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,10 @@
"""Domain layer - Pure business logic for Intelligent Heating Pilot.
This layer contains the core intellectual property and is completely isolated
from Home Assistant and other infrastructure concerns.
Rules:
- NO homeassistant.* imports
- Only Python standard library and domain code
- All external interactions via Abstract Base Classes (interfaces)
"""