Skip to content

Commit

Permalink
Merge pull request vekexasia#56 from medlor/master
Browse files Browse the repository at this point in the history
Add sample esphome.yaml with rate-limiting + cooling/heating season
  • Loading branch information
vekexasia committed Sep 14, 2023
2 parents d9b280c + b7e276b commit c0a6ce8
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/comfoair/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ class ComfoNumConvs(Enum):
"pre_heater_hum_after": {"unit": "%", "PDO": 293, "CONV": ComfoNumConvs.UINT8},
"supply_air_humidity": {"unit": "%", "PDO": 294, "CONV": ComfoNumConvs.UINT8},


# summer/winter mode
"heating_season": {"unit": "", "PDO": 210, "CONV": ComfoNumConvs.UINT8},
"cooling_season": {"unit": "", "PDO": 211, "CONV": ComfoNumConvs.UINT8},


}
Expand Down
Loading

0 comments on commit c0a6ce8

Please sign in to comment.