Skip to content

Commit 0da0bbd

Browse files
rsnodgrassSage-Ox
andcommitted
Release v1.1.0 - December 2025 Home Assistant modernization
- Modernize to Home Assistant 2025.12 standards - Add config_flow with modern Selectors - Update Python 3.13+ type hints and async patterns - Add diagnostics support - Add DataUpdateCoordinator pattern - Require Home Assistant 2025.12.0+ Co-Authored-By: SageOx <ox@sageox.ai>
1 parent 3e54026 commit 0da0bbd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

custom_components/lunos/manifest.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
"config_flow": true,
66
"dependencies": [],
77
"documentation": "https://github.com/rsnodgrass/hass-lunos/",
8-
"iot_class": "local_polling",
9-
"issue_tracker": "https://community.home-assistant.io/t/lunos-heat-recovery-ventilation-hrv-fan-control/157287",
10-
"requirements": [],
11-
"version": "0.5.0"
8+
"homeassistant": "2025.12.0",
9+
"integration_type": "device",
10+
"iot_class": "local_push",
11+
"issue_tracker": "https://github.com/rsnodgrass/hass-lunos/issues",
12+
"requirements": ["pyyaml>=6.0"],
13+
"version": "1.1.0"
1214
}

0 commit comments

Comments
 (0)