Home IO Control
ESPHome add-on for IO-Homecontrol devices
Loading...
Searching...
No Matches

ESPHome climate platform schema and code generation. More...

Go to the source code of this file.

Namespaces

namespace  home_io_control
namespace  home_io_control.climate

Functions

 home_io_control.climate._inject_companion_ids (config)
 home_io_control.climate._reject_status_poll_interval (config)
 home_io_control.climate.to_code (config)

Variables

list home_io_control.climate.DEPENDENCIES = ["home_io_control"]
 home_io_control.climate.IOHomeClimate = home_io_control_ns.class_("IOHomeClimate", climate.Climate, cg.Component)
 home_io_control.climate.CONFIG_SCHEMA

Detailed Description

ESPHome climate platform schema and code generation.

Defines the experimental IO-Homecontrol heating/climate integration and wires it to the shared hub. Shared device-binding logic lives in platform_common.py; only climate-specific entity construction/registration stays here.

Definition in file climate.py.