core/homeassistant/components/ambient_station/const.py

13 lines
278 B
Python
Raw Normal View History

"""Define constants for the Ambient PWS component."""
2019-07-31 19:25:30 +00:00
DOMAIN = "ambient_station"
2019-07-31 19:25:30 +00:00
ATTR_LAST_DATA = "last_data"
ATTR_MONITORED_CONDITIONS = "monitored_conditions"
2019-07-31 19:25:30 +00:00
CONF_APP_KEY = "app_key"
2019-07-31 19:25:30 +00:00
DATA_CLIENT = "data_client"
2019-07-31 19:25:30 +00:00
TYPE_BINARY_SENSOR = "binary_sensor"
TYPE_SENSOR = "sensor"