Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Define ReCollect Waste constants."""
2
3
import
logging
4
5
DOMAIN =
"recollect_waste"
6
7
LOGGER = logging.getLogger(__package__)
8
9
CONF_PLACE_ID =
"place_id"
10
CONF_SERVICE_ID =
"service_id"
core
homeassistant
components
recollect_waste
const.py
Generated by
1.9.1