Added decorate option to configuration file to allow a user to set custom images for different entities.

This commit is contained in:
Ryan Kraus 2015-04-25 00:39:35 -04:00
parent 24bb89df23
commit f77b3dbd0a
3 changed files with 22 additions and 10 deletions

View file

@ -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"