Right, I fixed that with a system reboot but then came across the following:
“while parsing a flow mapping in “/config/dwains-theme/plugins/button-cards-templates/homepage/header/weather.yaml”, line 28, column 12 expected ‘,’ or ‘}’, but got ‘[’ in “/config/dwains-theme/plugins/button-cards-templates/homepage/header/weather.yaml”, line 28, column 32”
I edited the file to add a comma in line 28 as follows:
entity: {{ _d_t_config.global,['weather'] }}
This made the previous error message go away but then I get the following:
“invalid key: “[‘weather’]” in “/config/dwains-theme/plugins/button-cards-templates/homepage/header/weather.yaml”, line 28, column 0”
I am now a bit stuck…
Edit:
I ran this through a YAML parser online and got the following error but I am afraid that I dont know how to correct it:
"ERROR:
while constructing a mapping in “”, line 28, column 11:
entity: {{ _d_t_config.global,[‘weather’] }}
^
found unacceptable key (unhashable type: ‘dict’) in “”, line 28, column 12:
entity: {{ _d_t_config.global,[‘weather’] }}"
# https://dwainscheeren.github.io/lovelace-dwains-theme/configuration/global.html
global:
language: en
weather: weather.met_office_whitstable # Configure a weather entity see HA docs for more info.
# outside_temperature: sensor.dark_sky_temperature # Configure a sensor here!
# outside_humidity: sensor.dark_sky_humidity # Configure a sensor here!
# alarm: alarm_control_panel.alarm_system #Alarm panel entity.
# inside_temperature: climate.living_room #Can be 'climate.' or an 'sensor.' entity.
# favorites_homepage: 'true' #Uncomment this line if you want the house information favorites on your homepage.
Then it will be not installed, unless you installed it manual. Did you followed all the steps of the setup? Extracted the content of the dwains-lovelace-theme into your root config and not the folder inside the config folder?
I’m slowly migrating more of my HA assets over to Dwain’s Theme and so far things are going well. The one current exception is an issue around climate.
I want to have access to my ecobee thermostat through the UI, similar to what I have today through the HA dashboard:
Is what I am trying to do easily possible or am going to have to resort to creating a custom card somehow?
I’m still getting used to both Dwain’s Theme and Lovelace, so please excuse my ignorance. I’ll continue to hack away, but any suggestions on a direction to attack this would be most appreciated.
Yes, that’s where I get the Thermostat Entity in the Upstairs Hallway as it is on the screenshot. but for some reason when I go into the entity it doesn’t show anything.
This is how my weather displays as well when I click on the card.
I’d LOVE to have the weather card open a custom weather page where we could have a more appealing card instead of just the entity, or even multiple cards.