SWS-12500-custom-component/custom_components/sws12500
schizza 8e97fc7404 Different values displayed on station/cloud and HA - Total rainfall
Fixes #62

Fixes rainfall unit inconsistency

Updates daily rain sensor to use consistent measurement units and corrects device class and suggested unit.

Fixes #62

Adds database path constant and data migration function

Defines DATABASE_PATH constant for database file location
Introduces migrate_data function to update unit of measurement in long statistics.

Adds sensor migration feature

Introduces a migration step for sensor statistics
Updates schema and translations to support migration
Fixes data migration from mm/d to mm
2025-03-15 15:10:49 +01:00
..
translations Different values displayed on station/cloud and HA - Total rainfall 2025-03-15 15:10:49 +01:00
__init__.py Adds sensors for WSLink and improves data handling 2025-03-10 08:42:17 +01:00
config_flow.py Different values displayed on station/cloud and HA - Total rainfall 2025-03-15 15:10:49 +01:00
const.py Different values displayed on station/cloud and HA - Total rainfall 2025-03-15 15:10:49 +01:00
manifest.json Corrected temperature unit in outside_temp. 2025-03-11 17:39:09 +01:00
routes.py webhook refactor, 2025-02-15 18:16:54 +01:00
sensor.py Adds sensors for WSLink and improves data handling 2025-03-10 08:42:17 +01: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 Different values displayed on station/cloud and HA - Total rainfall 2025-03-15 15:10:49 +01:00
strings.json Different values displayed on station/cloud and HA - Total rainfall 2025-03-15 15:10:49 +01:00
utils.py Different values displayed on station/cloud and HA - Total rainfall 2025-03-15 15:10:49 +01:00
windy_func.py aiohttp fix 2024-12-14 14:34:11 +01:00