New apps Added

This commit is contained in:
2026-07-08 10:43:39 -04:00
parent 3b1f4bbd75
commit fefc2c8b5c
1114 changed files with 406637 additions and 154 deletions
@@ -0,0 +1,13 @@
"""REST API handlers for the Intelligent Heating Pilot integration.
NOTE: REST API endpoints are not used in IHP v0.5.0+.
All functionality is exposed via Home Assistant services:
- service: intelligent_heating_pilot.calculate_anticipated_start_time
- service: intelligent_heating_pilot.reset_learning
See __init__.py for service implementations.
This file is kept for future REST API extensions if needed.
"""
from __future__ import annotations