From b216f6f4480d22f5c4dea9150afb21399772ceb3 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 8 Feb 2022 23:12:22 +0100 Subject: [PATCH] Fix Plugwise notification sensor (#66116) --- homeassistant/components/plugwise/binary_sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/plugwise/binary_sensor.py b/homeassistant/components/plugwise/binary_sensor.py index 27ad691e55e..fa5a1d09920 100644 --- a/homeassistant/components/plugwise/binary_sensor.py +++ b/homeassistant/components/plugwise/binary_sensor.py @@ -143,4 +143,4 @@ class PlugwiseNotifyBinarySensorEntity(PlugwiseBinarySensorEntity): msg ) - super()._handle_coordinator_update() + self.async_write_ha_state()