Namespaces | |
| const | |
| sensor | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| dict | datapoints_greater_than_degree (dict value) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| COMPENSATION_SCHEMA | |
| CONFIG_SCHEMA | |
The Compensation integration.
| bool homeassistant.components.compensation.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Compensation sensor.
Definition at line 80 of file __init__.py.
| dict homeassistant.components.compensation.datapoints_greater_than_degree | ( | dict | value | ) |
Validate data point list is greater than polynomial degrees.
Definition at line 40 of file __init__.py.
|
private |
Definition at line 37 of file __init__.py.
| homeassistant.components.compensation.COMPENSATION_SCHEMA |
Definition at line 51 of file __init__.py.
| homeassistant.components.compensation.CONFIG_SCHEMA |
Definition at line 70 of file __init__.py.