1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Use properties instead of getters for Device class

This commit is contained in:
Paulus Schoutsen
2015-01-11 09:20:41 -08:00
parent 035e3e686e
commit 283b187501
7 changed files with 123 additions and 80 deletions

View File

@@ -2,6 +2,9 @@
# Can be used to specify a catch all when registering state or event listeners.
MATCH_ALL = '*'
# If no name is specified
DEVICE_DEFAULT_NAME = "Unnamed Device"
# #### CONFIG ####
CONF_LATITUDE = "latitude"
CONF_LONGITUDE = "longitude"