Skip to content

Version 0.5.6

Compare
Choose a tag to compare
@DBuit DBuit released this 17 Aug 07:12
· 26 commits to master since this release

Added 2 new config options for the extra state that is displayed for lights this is default brightness for example.
You could already overwrite this the the state option and just set any entity and the state would display on the position where it normally would show the brightness.
Now i added statePath with this you can also display any other values of the entity you set in state so example:

- entity: sensor.door
  name: door sensor
  state: light.frontdoor
  statePath: attributes.brightness

This will display the brightness of the light instead of just the state which would be on / off

The other thing is hideState.
So when you have a light or a sensor they default display the extra state and by setting hideState to true this is gone.