SWS-12500-custom-component/custom_components/sws12500
schizza e10ea9901c
Adds outside battery sensor
Adds an outside battery sensor to the integration, providing information about the battery level of the outdoor sensor.

This includes:
- Mapping the `t1bat` WSLink item to the `OUTSIDE_BATTERY` sensor.
- Implementing logic to convert the battery level to a human-readable text representation and a corresponding icon.
- Updates precipitation to intensity and fixes data type of battery level
2025-08-22 18:06:35 +02:00
..
translations Adds battery state translations 2025-08-18 10:55:37 +02:00
__init__.py Adds sensors for WSLink and improves data handling 2025-03-10 08:42:17 +01:00
config_flow.py Option flow configuration 2025-08-21 16:46:13 +02:00
const.py Adds outside battery sensor 2025-08-22 18:06:35 +02:00
manifest.json Update version number 2025-04-04 13:14:19 +02:00
routes.py webhook refactor, 2025-02-15 18:16:54 +01:00
sensor.py Adds outside battery sensor 2025-08-22 18:06:35 +02:00
sensors_common.py WSLink support in beta 2025-02-12 13:13:46 +01:00
sensors_weather.py Corrected temperature unit in outside_temp. 2025-03-11 17:39:09 +01:00
sensors_wslink.py Adds outside battery sensor 2025-08-22 18:06:35 +02:00
strings.json Adds battery state translations 2025-08-18 10:55:37 +02:00
utils.py Adds outside battery sensor 2025-08-22 18:06:35 +02:00
windy_func.py aiohttp fix 2024-12-14 14:34:11 +01:00