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

Get Z-Wave sensors to work with Home Assistant

This commit is contained in:
Paulus Schoutsen
2015-02-22 17:36:28 -08:00
parent 85f7f5589d
commit e7b9b86c64
8 changed files with 313 additions and 42 deletions

View File

@@ -71,6 +71,13 @@ TEMP_FAHRENHEIT = "°F"
# Contains the information that is discovered
ATTR_DISCOVERED = "discovered"
# Location of the device/sensor
ATTR_LOCATION = "location"
ATTR_BATTERY_LEVEL = "battery_level"
LIGHT_LUX = "LUX"
# #### SERVICES ####
SERVICE_HOMEASSISTANT_STOP = "stop"