1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Rearranged visibility control and image control in the configuration file. Now a single generic clause can be used to customize any attribute.

This commit is contained in:
Ryan Kraus
2015-04-25 14:47:15 -04:00
parent 04a98f99b7
commit 8255164eda
4 changed files with 24 additions and 26 deletions

View File

@@ -11,8 +11,7 @@ CONF_LONGITUDE = "longitude"
CONF_TEMPERATURE_UNIT = "temperature_unit"
CONF_NAME = "name"
CONF_TIME_ZONE = "time_zone"
CONF_VISIBILITY = "visibility"
CONF_DECORATE = "decorate"
CONF_CUSTOMIZE = "customize"
CONF_PLATFORM = "platform"
CONF_HOST = "host"