Functions | |
| dict[str, Any] | convert_area (dict[str, Any] config) |
| dict[str, Any] | convert_channel (dict[str, Any] config) |
| dict[str, Any] | convert_config (dict[str, Any]|MappingProxyType[str, Any] config) |
| dict[str, Any] | convert_default (dict[str, Any] config) |
| dict[str, Any] | convert_preset (dict[str, Any] config) |
| dict[str, Any] | convert_template (dict[str, Any] config) |
| def | convert_with_map (config, conf_map) |
Variables | |
| dictionary | ACTIVE_MAP |
| dictionary | TEMPLATE_MAP |
Convert the HA config to the dynalite config.
| dict[str, Any] homeassistant.components.dynalite.convert_config.convert_area | ( | dict[str, Any] | config | ) |
Convert the config for an area.
Definition at line 88 of file convert_config.py.
| dict[str, Any] homeassistant.components.dynalite.convert_config.convert_channel | ( | dict[str, Any] | config | ) |
Convert the config for a channel.
Definition at line 68 of file convert_config.py.
| dict[str, Any] homeassistant.components.dynalite.convert_config.convert_config | ( | dict[str, Any] | MappingProxyType[str, Any] | config | ) |
Convert a config dict by replacing component consts with library consts.
Definition at line 141 of file convert_config.py.
| dict[str, Any] homeassistant.components.dynalite.convert_config.convert_default | ( | dict[str, Any] | config | ) |
Convert the config for the platform defaults.
Definition at line 120 of file convert_config.py.
| dict[str, Any] homeassistant.components.dynalite.convert_config.convert_preset | ( | dict[str, Any] | config | ) |
Convert the config for a preset.
Definition at line 78 of file convert_config.py.
| dict[str, Any] homeassistant.components.dynalite.convert_config.convert_template | ( | dict[str, Any] | config | ) |
Convert the config for a template.
Definition at line 125 of file convert_config.py.
| def homeassistant.components.dynalite.convert_config.convert_with_map | ( | config, | |
| conf_map | |||
| ) |
Create the initial converted map with just the basic key:value pairs updated.
Definition at line 59 of file convert_config.py.
| dictionary homeassistant.components.dynalite.convert_config.ACTIVE_MAP |
Definition at line 45 of file convert_config.py.
| dictionary homeassistant.components.dynalite.convert_config.TEMPLATE_MAP |
Definition at line 53 of file convert_config.py.