Added decorate option to configuration file to allow a user to set custom images for different entities.
This commit is contained in:
parent
24bb89df23
commit
f77b3dbd0a
3 changed files with 22 additions and 10 deletions
|
@ -12,6 +12,7 @@ CONF_TEMPERATURE_UNIT = "temperature_unit"
|
|||
CONF_NAME = "name"
|
||||
CONF_TIME_ZONE = "time_zone"
|
||||
CONF_VISIBILITY = "visibility"
|
||||
CONF_DECORATE = "decorate"
|
||||
|
||||
CONF_PLATFORM = "platform"
|
||||
CONF_HOST = "host"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue