PHOLAUSSON
(PH Olausson)
April 14, 2019, 12:49pm
178
@akkaria Hi, looks great
I’ve search your site but I cannot find link to your github. Can you please post your githublink?
1 Like
mayker
(maykar (pronounced "maker" with a southern accent))
April 14, 2019, 2:50pm
179
background_image
and background_color
were replaced with just background:
Update 1.0.2b9
Breaking Change:
The config options “background _image” and “background_color” have been replaced with just “background”, you can use the same options as before like background: "#000" or background: url('/local/image.jpg') , but can now do things like background: "#000 url('/local/image.jpg') right. More info on the background property here.
Replaced “background _image” and “background_color” with “background”
Fixed tab container margins when using conditionals to hide but…
1 Like
Tyfoon
(@Tyfoon)
April 14, 2019, 5:17pm
180
@mayker that did it.Thanks!
2 Likes
akkaria
(Adam)
April 14, 2019, 10:58pm
181
Here is a link to my GitHub https://github.com/akkaria/home-assistant
It is in the article but funny enough, it seems I need to update the theme on my website The colour of the links doesn’t quite stand out enough, hence people not seeing the link so I’ll try and update it shortly.
3 Likes
autdaf
April 15, 2019, 2:01am
182
@Tyfoon Would you be able to share how you did all those lovely temperature graphs, especially the one comparing inside and outside temps and and also humidity? That’s exactly what I’m looking for and I’m unable to do it on my own. Thanks!
Tyfoon
(@Tyfoon)
April 15, 2019, 7:38am
183
Hi, this is the custom mini-graph card (here )
entities:
- entity: sensor.vocht_kelder_216
name: Garage
- entity: sensor.vochtigheid_buiten_48
name: Outside
icon: 'mdi:water-percent'
name: Humidity
show:
fill: false
labels: true
type: 'custom:mini-graph-card'
HI,
What is that weather card picture? Isn’t buienradar it? havent seen it like that before and would like to give it a go too.
would be willing to share the setup of that?
Tyfoon
(@Tyfoon)
April 15, 2019, 10:00am
185
Had to look that one up! Was along time ago…
Add below to your cameras.yaml (assuming you have one) and then add a lovelace camera card.
- platform: generic
still_image_url: http://cdn.knmi.nl/knmi/map/general/weather-map.gif
name: Weerkaart_NL
thanks! missed knmi completely, how silly of me… duh. The rain and idle overlay are made in a picture_entity card then?
Tyfoon
(@Tyfoon)
April 15, 2019, 10:23am
187
yes, sorry. Forgot to post:
entity: camera.weerkaart_nl
name: Rain
type: picture-entity
cool thanks. allow me a final ‘off-topic’ question: what happens when you click the card. I get this:
remember when we got the card in More-info, but some version go that has stopped and now shows this silly question mark. All cameras btw.
Tyfoon
(@Tyfoon)
April 15, 2019, 10:29am
189
Mhh, I have below. Caching issue?
not sure, but when I use a private browser, I can see the more-info. Maybe some pop-up settings?
kirpat
(Kir)
April 15, 2019, 12:15pm
192
I see regular white theme when I open Hass.io tab
I see regular white theme when I open Hass.io tab
Would you mind adding some more info about your browser and OS to the github issue here:
opened 02:16PM - 11 Apr 19 UTC
closed 05:54PM - 18 May 19 UTC
<!-- READ THIS FIRST:
- If you need additional help with this template please r… efer to https://www.home-assistant.io/help/reporting_issues/
- Make sure you are running the latest version of Home Assistant before reporting an issue: https://github.com/home-assistant/home-assistant/releases
- This is for bugs only. Feature and enhancement requests should go in our community forum: https://community.home-assistant.io/c/feature-requests
- Provide as many details as possible. Do not delete any text from this template!
-->
**Home Assistant release with the issue:**
<!--
- Frontend -> Developer tools -> Info
- Or use this command: hass --version
-->
Home Assistant
0.91.3
**Last working Home Assistant release (if known):**
Home Assistant
0.91.3
**UI (States or Lovelace UI?):**
<!--
- Frontend -> Developer tools -> Info
-->
states
**Browser and Operating System:**
<!--
Provide details about what browser (and version) you are seeing the issue in. And also which operating system this is on. If possible try to replicate the issue in other browsers and include your findings here.
-->
Firefox v66
MacOs 10.13.6
**Description of problem:**
<!--
Explain what the issue is, and how things should look/behave. If possible provide a screenshot with a description.
-->
The HassOS tab in HA no longer works with any theme. It just seems to use the default theme even though I have a custom theme set. I'm running the latest HassOS supervisor, 158, but it auto updates but I seem to remember supervisor 150 used to work with the dark theme I have set.
Here's a screenshot:
![hassos_theme_compress](https://user-images.githubusercontent.com/11376139/55964424-9bb40380-5c6c-11e9-834e-926e805a79e9.jpg)
Themes:
Using midnight dark, here's the yaml
```
Midnight:
# Main colors
primary-color: '#5294E2' # Header
accent-color: '#E45E65' # Accent color
dark-primary-color: 'var(--accent-color)' # Hyperlinks
light-primary-color: 'var(--accent-color)' # Horizontal line in about
# Text colors
primary-text-color: '#FFFFFF' # Primary text colour, here is referencing dark-primary-color
text-primary-color: 'var(--primary-text-color)' # Primary text colour
secondary-text-color: '#5294E2' # For secondary titles in more info boxes etc.
disabled-text-color: '#7F848E' # Disabled text colour
label-badge-border-color: 'green' # Label badge border, just a reference value
# Background colors
primary-background-color: '#383C45' # Settings background
secondary-background-color: '#383C45' # Main card UI background
divider-color: 'rgba(0, 0, 0, .12)' # Divider
# Table rows
table-row-background-color: '#353840' # Table row
table-row-alternative-background-color: '#3E424B' # Table row alternative
# Nav Menu
paper-listbox-color: 'var(--primary-color)' # Navigation menu selection hoover
paper-listbox-background-color: '#2E333A' # Navigation menu background
paper-grey-50: 'var(--primary-text-color)'
paper-grey-200: '#414A59' # Navigation menu selection
# Paper card
paper-card-header-color: 'var(--accent-color)' # Card header text colour
paper-card-background-color: '#434954' # Card background colour
paper-dialog-background-color: '#434954' # Card dialog background colour
paper-item-icon-color: 'var(--primary-text-color)' # Icon color
paper-item-icon-active-color: '#F9C536' # Icon color active
paper-item-icon_-_color: 'green'
paper-item-selected_-_background-color: '#434954' # Popup item select
paper-tabs-selection-bar-color: 'green'
# Labels
label-badge-red: 'var(--accent-color)' # References the brand colour label badge border
label-badge-text-color: 'var(--primary-text-color)' # Now same as label badge border but that's a matter of taste
label-badge-background-color: '#2E333A' # Same, but can also be set to transparent here
# Switches
paper-toggle-button-checked-button-color: 'var(--accent-color)'
paper-toggle-button-checked-bar-color: 'var(--accent-color)'
paper-toggle-button-checked-ink-color: 'var(--accent-color)'
paper-toggle-button-unchecked-button-color: 'var(--disabled-text-color)'
paper-toggle-button-unchecked-bar-color: 'var(--disabled-text-color)'
paper-toggle-button-unchecked-ink-color: 'var(--disabled-text-color)'
# Sliders
paper-slider-knob-color: 'var(--accent-color)'
paper-slider-knob-start-color: 'var(--accent-color)'
paper-slider-pin-color: 'var(--accent-color)'
paper-slider-active-color: 'var(--accent-color)'
paper-slider-container-color: 'linear-gradient(var(--primary-background-color), var(--secondary-background-color)) no-repeat'
paper-slider-secondary-color: 'var(--secondary-background-color)'
paper-slider-disabled-active-color: 'var(--disabled-text-color)'
paper-slider-disabled-secondary-color: 'var(--disabled-text-color)'
# Sidebar
sidebar-selected-icon-color: 'var(--secondary-text-color)'
sidebar-icon-color: 'var(--primary-text-color)'
# Google colors
google-red-500: '#E45E65'
google-green-500: '#39E949'
```
**Javascript errors shown in the web inspector (if applicable):**
```
```
**Additional information:**
I’m having the same issue and it would be nice to know what is causing it, thanks.
pepeEL
(pepeEL)
April 26, 2019, 10:31am
194
Hi I use theme as AKKARIA and use frontend theme TRANSPARENT and after logout and close webbrowser and open again and again i must setup this theme. Theme is not remember. Why ? please help me…
This is the second time you have posted this just one is enough someone will help you. Now for setting theme you need to set an automation to set the theme on start up. There is an example on the theme component page.
pepeEL
(pepeEL)
May 13, 2019, 5:25am
197
Hi
What you use to show date and time in header ?