diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf9682c2..03609593e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## Ongoing -- Continuous improvements +- Continuous improvements [#662](https://github.com/plugwise/python-plugwise/pull/662) +- Rework tooling [#664](https://github.com/plugwise/python-plugwise/pull/664) +- Archive p1v4 userdata [#666](https://github.com/plugwise/python-plugwise/pull/666) +- Correct manual_fixtures script [#668](https://github.com/plugwise/python-plugwise/pull/668) ## v1.6.3 diff --git a/fixtures/m_adam_cooling/all_data.json b/fixtures/m_adam_cooling/all_data.json index 9c40e5027..af6d4b833 100644 --- a/fixtures/m_adam_cooling/all_data.json +++ b/fixtures/m_adam_cooling/all_data.json @@ -176,8 +176,8 @@ "Weekschema", "off" ], - "climate_mode": "cool", - "control_state": "auto", + "climate_mode": "auto", + "control_state": "cooling", "dev_class": "climate", "model": "ThermoZone", "name": "Bathroom", diff --git a/scripts/manual_fixtures.py b/scripts/manual_fixtures.py index 7131a690b..bd8fad405 100755 --- a/scripts/manual_fixtures.py +++ b/scripts/manual_fixtures.py @@ -126,8 +126,8 @@ def json_writer(manual_name: str, all_data: dict) -> None: ] = 23.9 m_adam_cooling["devices"]["f871b8c4d63549319221e294e4f88074"][ "control_state" -] = "auto" -m_adam_cooling["devices"]["f871b8c4d63549319221e294e4f88074"]["climate_mode"] = "cool" +] = "cooling" +m_adam_cooling["devices"]["f871b8c4d63549319221e294e4f88074"]["climate_mode"] = "auto" # Go for da22