Skip to content

Commit 2a2e55a

Browse files
authoredSep 29, 2023
Refactor HVAC
Total overhaul of the HVAC controlling engine Allow setting of `hvac_mode` when calling service `climate.set_temperature` on HVAC group Minor branding corrections
2 parents 4cac53a + 1c6334d commit 2a2e55a

File tree

5 files changed

+600
-225
lines changed

5 files changed

+600
-225
lines changed
 

‎config/configuration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ default_config:
55
logger:
66
default: info
77
logs:
8-
custom_components.integration_blueprint: debug
8+
custom_components.hvac_group: debug

‎custom_components/hvac_group/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Custom integration to integrate integration_blueprint with Home Assistant.
1+
"""Custom helper integration for Home Assistant that groups thermostats.
22
33
For more details about this integration, please refer to
44
https://github.com/tetele/hvac_group

0 commit comments

Comments
 (0)
Please sign in to comment.