SWS-12500-custom-component/custom_components/sws12500
SchiZzA 1486238c5c
Improve sensor value parsing and add battery binary sensors.
- Introduce `to_int`/`to_float` helpers to safely handle None/blank payload values.
- Use the converters across weather/wslink sensor descriptions and simplify wind direction handling.
- Add low-battery binary sensor entities and definitions.
2026-07-25 21:47:47 +02:00
..
translations Add configuration options for WSLink Addon port. 2026-07-25 21:47:47 +02:00
__init__.py Improve sensor value parsing and add battery binary sensors. 2026-07-25 21:47:47 +02:00
battery_sensors.py Improve sensor value parsing and add battery binary sensors. 2026-07-25 21:47:47 +02:00
battery_sensors_def.py Improve sensor value parsing and add battery binary sensors. 2026-07-25 21:47:47 +02:00
config_flow.py Add configuration options for WSLink Addon port. 2026-07-25 21:47:47 +02:00
const.py Add configuration options for WSLink Addon port. 2026-07-25 21:47:47 +02:00
data.py Add health diagnostics coordinator and routing snapshot 2026-07-25 21:47:47 +02:00
diagnostics.py Add health diagnostics coordinator and routing snapshot 2026-07-25 21:47:47 +02:00
health_coordinator.py Add health diagnostics coordinator and routing snapshot 2026-07-25 21:47:47 +02:00
health_sensor.py Add health diagnostics coordinator and routing snapshot 2026-07-25 21:47:47 +02:00
icons.json Refactor SWS12500 integration for push-based updates 2026-07-25 21:45:07 +02:00
manifest.json Improve type safety, add data validation, and refactor route handling 2026-07-25 21:45:06 +02:00
pocasti_cz.py Add health diagnostics coordinator and routing snapshot 2026-07-25 21:47:47 +02:00
routes.py Add health diagnostics coordinator and routing snapshot 2026-07-25 21:47:47 +02:00
sensor.py Validate hass data with py_typecheck.checked 2026-07-25 21:47:46 +02:00
sensors_common.py Refactor SWS12500 integration for push-based updates 2026-07-25 21:45:07 +02:00
sensors_weather.py Improve sensor value parsing and add battery binary sensors. 2026-07-25 21:47:47 +02:00
sensors_wslink.py Improve sensor value parsing and add battery binary sensors. 2026-07-25 21:47:47 +02:00
strings.json Refactor SWS12500 integration for push-based updates 2026-07-25 21:45:07 +02:00
sws12500 Add health diagnostic sensor and extensive tests for sws12500 2026-07-25 21:45:08 +02:00
utils.py Improve sensor value parsing and add battery binary sensors. 2026-07-25 21:47:47 +02:00
windy_func.py Add health diagnostics coordinator and routing snapshot 2026-07-25 21:47:47 +02:00