really easy to use. best ui for smart home atm.
love it!!
really easy to use. best ui for smart home atm.
love it!!
I have it installed and love it…
Donation coming your way… Thanks for all the hard work…
Before I log an issue, I thought I’d check if anyone else is not seeing the motion icon?
When I click all the way through to the motion device entity the icon shows, but not at the room level.
At the room level I can see the Motion lable and how long ago it was triggered.
It must work the icon on motion is mdi:motion-sensor
, maybe you can come on Slack do discuss this or open a Github Issue?
Thanks, But I got several problems.
Anyone have a better example of using the addons?
I’m trying to pull a sensor value (like battery value) on a person view in a gauge card (or any card type). All of the examples on GitHub use the same room add-on code, and doesn’t include any entity data.
I’m not sure what the problems exactly are without any error log information. On my docs is a page on how to work with the icons.
For the other things I would like to invite you on our Slack channel so I can give you personal support there.
As you might have read in the documentation you can use persons addons.
You can do something like this (example):
persons:
- name: Dwain
track: person.dwain
picture_path: 'dwains-theme/images/persons/dwain.jpg'
addons:
- name: Mobile info
icon: fas:chart-area
path: 'yourpersonalfolder/addons/persons/mobile-info/page.yaml'
data:
battery_level: sensor.battery_level_iphone
And then create that file yourpersonalfolder/addons/persons/mobile-info/page.yaml
with content:
# dwains_theme
- type: entities
entities:
- {{ (data | fromjson)['battery_level'] }}
Allright I’m in the dutch slack
when you say “Go to the root of your Home Assistant installation.” and “Copy the content of the downloaded folder to the root of your Home Assistant installation.” do you mean the root of the config( where eg configuration.yaml sits), or the root of hass core itself?
When people say root, they usually mean where the configuration.yaml is situated. So the root of Home Assistant. When you run Home Assistant Core there is no other root.
So I believe in this case it is where configuration.yaml lives.
What @jimz011 said is right. With root I mean the main folder of your HA setup. So where your ui-lovelace.yaml
and configuration.yaml
files are.
Hey there,
i love this theme !
One question about the tiles. In my case there is no temperature displayed even though i configurated a climate.
This was posted on his github. Maybe you can follow up on this issue?
thanks for the clarification! Generally in linux applications that is just called the configuration folder or something along those lines (also usually kept in /etc rather then in /home where hass does it by default )
@dwains a request for the next release: support for switches. For now we can convert switches to lights, that works, but eg. If I want to start my computer with WOL, I enable switch.wol…
On further inspection, when the motion is active it displays the icon, but when inactive it doesn’t.
I’ll log it through Github.
I was going to play with this, until my computer died. Cant you add the switches under the room addons?