Skip to content

Commit 14ec883

Browse files
authored
Merge pull request #415 from plugwise/correct_m_adam_cooling
Fix error in manual fixture creation
2 parents f64ca2f + 24e703c commit 14ec883

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Ongoing
4+
5+
- Fix error in manual fixture creation
6+
37
## v0.33.0 Bugfixes, implement daily full-update
48

59
- New feature: implement a daily full-update (other part of solution for [HA Core issue #99372](https://github.com/home-assistant/core/issues/99372))

scripts/manual_fixtures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def json_writer(manual_name: str, all_data: dict, notifications: dict):
131131

132132
# Go for da22
133133
m_adam_cooling["devices"]["da224107914542988a88561b4452b0f6"][
134-
"regulation_mode"
134+
"select_regulation_mode"
135135
] = "cooling"
136136
m_adam_cooling["devices"]["da224107914542988a88561b4452b0f6"][
137137
"regulation_modes"
@@ -226,7 +226,7 @@ def json_writer(manual_name: str, all_data: dict, notifications: dict):
226226

227227
# Go for da22
228228
m_adam_heating["devices"]["da224107914542988a88561b4452b0f6"][
229-
"regulation_mode"
229+
"select_regulation_mode"
230230
] = "heating"
231231
m_adam_heating["devices"]["da224107914542988a88561b4452b0f6"][
232232
"regulation_modes"

0 commit comments

Comments
 (0)