Classes | |
| class | HeatmiserV3Thermostat |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_THERMOSTATS = "tstats" |
| PLATFORM_SCHEMA | |
| TSTATS_SCHEMA | |
Support for the PRT Heatmiser thermostats using the V3 protocol.
| None homeassistant.components.heatmiser.climate.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the heatmiser thermostat.
Definition at line 50 of file climate.py.
|
private |
Definition at line 30 of file climate.py.
| string homeassistant.components.heatmiser.climate.CONF_THERMOSTATS = "tstats" |
Definition at line 32 of file climate.py.
| homeassistant.components.heatmiser.climate.PLATFORM_SCHEMA |
Definition at line 41 of file climate.py.
| homeassistant.components.heatmiser.climate.TSTATS_SCHEMA |
Definition at line 34 of file climate.py.