Skip to content

Commit fc4f8d7

Browse files
committed
Release v2.2.0 - December 2025 Home Assistant modernization
- Modernize to Home Assistant 2025.12 standards - Update Python 3.13+ type hints and async patterns - Add comprehensive test suite - Add diagnostics support - Require Home Assistant 2025.12.0+
1 parent 26a6929 commit fc4f8d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

custom_components/poolmath/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"codeowners": ["@rsnodgrass"],
55
"config_flow": true,
66
"documentation": "https://github.com/rsnodgrass/hass-poolmath",
7+
"homeassistant": "2025.12.0",
78
"integration_type": "service",
89
"iot_class": "cloud_polling",
910
"issue_tracker": "https://github.com/rsnodgrass/hass-poolmath/issues",
1011
"requirements": ["aiohttp>=3.10.0"],
11-
"version": "2.1.0"
12+
"version": "2.2.0"
1213
}

0 commit comments

Comments
 (0)