Skip to content

Commit

Permalink
Merge pull request #550 from plugwise/fix-script
Browse files Browse the repository at this point in the history
Fix typo in manual_fixtures.py
  • Loading branch information
bouwew authored May 1, 2024
2 parents 9ac599a + 5846b73 commit a6152e0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Ongoing

- Fix typo in manual_fixtures.py script

## v0.37.3

- Fix for [plugwise-beta #620](https://github.com/plugwise/plugwise-beta/issues/620)
Expand Down
3 changes: 1 addition & 2 deletions fixtures/m_adam_cooling/all_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
"model": "ThermoTouch",
"name": "Anna",
"preset_modes": ["no_frost", "asleep", "vacation", "home", "away"],
"select_schedule": "Weekschema",
"selected_schedule": "None",
"select_schedule": "None",
"sensors": {
"setpoint": 23.5,
"temperature": 25.8
Expand Down
3 changes: 1 addition & 2 deletions fixtures/m_adam_heating/all_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
"model": "ThermoTouch",
"name": "Anna",
"preset_modes": ["no_frost", "asleep", "vacation", "home", "away"],
"select_schedule": "Weekschema",
"selected_schedule": "None",
"select_schedule": "None",
"sensors": {
"setpoint": 20.0,
"temperature": 19.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/manual_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
m_adam_cooling["devices"]["ad4838d7d35c4d6ea796ee12ae5aedf8"]["available"] = True

m_adam_cooling["devices"]["ad4838d7d35c4d6ea796ee12ae5aedf8"][
"selected_schedule"
"select_schedule"
] = "None"
m_adam_cooling["devices"]["ad4838d7d35c4d6ea796ee12ae5aedf8"][
"control_state"
Expand Down

0 comments on commit a6152e0

Please sign in to comment.