diff --git a/homeassistant/components/plugwise/manifest.json b/homeassistant/components/plugwise/manifest.json index bcbd6cd0b48..a19e48ed0b3 100644 --- a/homeassistant/components/plugwise/manifest.json +++ b/homeassistant/components/plugwise/manifest.json @@ -2,7 +2,7 @@ "domain": "plugwise", "name": "Plugwise", "documentation": "https://www.home-assistant.io/integrations/plugwise", - "requirements": ["plugwise==0.16.9"], + "requirements": ["plugwise==0.17.2"], "codeowners": ["@CoMPaTech", "@bouwew", "@brefra", "@frenck"], "zeroconf": ["_plugwise._tcp.local."], "config_flow": true, diff --git a/requirements_all.txt b/requirements_all.txt index 0c47f3bcb38..419bda72904 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1222,7 +1222,7 @@ plexauth==0.0.6 plexwebsocket==0.0.13 # homeassistant.components.plugwise -plugwise==0.16.9 +plugwise==0.17.2 # homeassistant.components.plum_lightpad plumlightpad==0.0.11 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2ad1f35808b..cd1f07c920d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -816,7 +816,7 @@ plexauth==0.0.6 plexwebsocket==0.0.13 # homeassistant.components.plugwise -plugwise==0.16.9 +plugwise==0.17.2 # homeassistant.components.plum_lightpad plumlightpad==0.0.11 diff --git a/tests/components/plugwise/fixtures/adam_multiple_devices_per_zone/all_data.json b/tests/components/plugwise/fixtures/adam_multiple_devices_per_zone/all_data.json index 6d921ead778..4c4776f4063 100644 --- a/tests/components/plugwise/fixtures/adam_multiple_devices_per_zone/all_data.json +++ b/tests/components/plugwise/fixtures/adam_multiple_devices_per_zone/all_data.json @@ -136,6 +136,8 @@ "name": "Adam", "vendor": "Plugwise B.V.", "zigbee_mac_address": "ABCD012345670101", + "regulation_mode": "heating", + "regulation_modes": [], "binary_sensors": { "plugwise_notification": true }, diff --git a/tests/components/plugwise/fixtures/anna_heatpump/all_data.json b/tests/components/plugwise/fixtures/anna_heatpump/all_data.json index f70dbe275b7..efc95494cad 100644 --- a/tests/components/plugwise/fixtures/anna_heatpump/all_data.json +++ b/tests/components/plugwise/fixtures/anna_heatpump/all_data.json @@ -16,6 +16,7 @@ "model": "Generic heater", "name": "OpenTherm", "vendor": "Techneco", + "maximum_boiler_temperature": 60.0, "compressor_state": true, "binary_sensors": { "dhw_state": false, diff --git a/tests/components/plugwise/test_diagnostics.py b/tests/components/plugwise/test_diagnostics.py index 8d544bfb363..d6d1eebaf72 100644 --- a/tests/components/plugwise/test_diagnostics.py +++ b/tests/components/plugwise/test_diagnostics.py @@ -148,6 +148,8 @@ async def test_diagnostics( "name": "Adam", "vendor": "Plugwise B.V.", "zigbee_mac_address": "ABCD012345670101", + "regulation_mode": "heating", + "regulation_modes": [], "binary_sensors": {"plugwise_notification": True}, "sensors": {"outdoor_temperature": 7.81}, },