Skip to content

Commit

Permalink
Refactor HVAC
Browse files Browse the repository at this point in the history
Total overhaul of the HVAC controlling engine
Allow setting of `hvac_mode` when calling service `climate.set_temperature` on HVAC group
Minor branding corrections
  • Loading branch information
tetele committed Sep 29, 2023
2 parents 4cac53a + 1c6334d commit 2a2e55a
Show file tree
Hide file tree
Showing 5 changed files with 600 additions and 225 deletions.
2 changes: 1 addition & 1 deletion config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ default_config:
logger:
default: info
logs:
custom_components.integration_blueprint: debug
custom_components.hvac_group: debug
2 changes: 1 addition & 1 deletion custom_components/hvac_group/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Custom integration to integrate integration_blueprint with Home Assistant.
"""Custom helper integration for Home Assistant that groups thermostats.
For more details about this integration, please refer to
https://github.com/tetele/hvac_group
Expand Down

0 comments on commit 2a2e55a

Please sign in to comment.