1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/generic_thermostat/__init__.py
2021-12-28 21:13:20 +01:00

7 lines
144 B
Python

"""The generic_thermostat component."""
from homeassistant.const import Platform
DOMAIN = "generic_thermostat"
PLATFORMS = [Platform.CLIMATE]