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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user