Functions | |
| Platform | find_matching_platform (DevicePoint device_point, SensorEntityDescription|NumberEntityDescription|None description=None) |
| bool | skip_entity (str model, DevicePoint device_point) |
| str | transform_model_series (str prefix) |
Variables | |
| tuple | PARAMETER_ID_TO_EXCLUDE_F730 |
| tuple | PARAMETER_ID_TO_INCLUDE_SMO20 |
| tuple | WEEKDAYS |
Helper collection for myuplink.
| Platform homeassistant.components.myuplink.helpers.find_matching_platform | ( | DevicePoint | device_point, |
| SensorEntityDescription | NumberEntityDescription | None | description = None |
||
| ) |
Find entity platform for a DevicePoint.
Definition at line 12 of file helpers.py.
| bool homeassistant.components.myuplink.helpers.skip_entity | ( | str | model, |
| DevicePoint | device_point | ||
| ) |
Check if entity should be skipped for this device model.
Definition at line 107 of file helpers.py.
| str homeassistant.components.myuplink.helpers.transform_model_series | ( | str | prefix | ) |
Remap all F-series models.
Definition at line 126 of file helpers.py.
| tuple homeassistant.components.myuplink.helpers.PARAMETER_ID_TO_EXCLUDE_F730 |
Definition at line 51 of file helpers.py.
| tuple homeassistant.components.myuplink.helpers.PARAMETER_ID_TO_INCLUDE_SMO20 |
Definition at line 97 of file helpers.py.
| tuple homeassistant.components.myuplink.helpers.WEEKDAYS |
Definition at line 41 of file helpers.py.