-
- Downloads
Add integration for Schluter (#31088)
* Add integration for Schluter New integration for Schluter DITRA-HEAT thermostats. Interacts with Schluter API via py-schluter to implement climate platform. * Fix for manifest issue on build Removed unnecessary configurator logic * Flake8 & ISort issues fixed * Code review modifications for Schluter integration - Removed unnecessary strings.json file - Removed unnecessary DEFAULT_SCAN_INTERVAL from __init__.py - Removed persistent notification for authentication error in __init__.py - Removed string casts from log statements in __init__.py - Removed unnecessary logging of entity creations in climate.py - Removed unnecessary lookup for hvac_mode in climate.py * Work started on Update Coordinator * Further Coordinator work * Update to DataUpdateCoordinator complete * Flake8 fix * Removal of unnecessary SchluterPlatformData Coordinator also now using SCAN_INTERVAL * Disable polling, use coordinator listeners * Isort on climate.py * Code review modifications - Hass data stored under domain - Since platform only likely to be climate, removed array, load explicitly - Remove unnecessary fan mode implementation * Switch to HVAC action for showing current heating status * Isort fix * HVAC Mode return list, set_hvac_mode function added * __init__.py modifications from code review * Climate.py code review modifications - Device info property removed - Write state function on set temp failure - Add "available" property - Delegate sync function in coordinator update to the executor * Serial number as unique identifier - Now using serial number & thermostat dictionary to protect against scenarios where a device is removed and enumerable index is no longer accurate - Removed async_write_ha_state() from set temp exception, not needed - Removed unnecessary SCAN_INTERVAL definition * Linting * Update homeassistant/components/schluter/climate.py Co-Authored-By:Paulus Schoutsen <paulus@home-assistant.io> * Update homeassistant/components/schluter/climate.py Co-Authored-By:
Paulus Schoutsen <paulus@home-assistant.io> * Changed timeout from config, load platform discover to None * Proposed change for discover info issue Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io>
Showing
- .coveragerc 1 addition, 0 deletions.coveragerc
- CODEOWNERS 1 addition, 0 deletionsCODEOWNERS
- homeassistant/components/schluter/__init__.py 73 additions, 0 deletionshomeassistant/components/schluter/__init__.py
- homeassistant/components/schluter/climate.py 169 additions, 0 deletionshomeassistant/components/schluter/climate.py
- homeassistant/components/schluter/const.py 3 additions, 0 deletionshomeassistant/components/schluter/const.py
- homeassistant/components/schluter/manifest.json 8 additions, 0 deletionshomeassistant/components/schluter/manifest.json
- requirements_all.txt 3 additions, 0 deletionsrequirements_all.txt
homeassistant/components/schluter/climate.py
0 → 100644
homeassistant/components/schluter/const.py
0 → 100644
Please register or sign in to comment