Fix Plugwise notification sensor (#66116)

pull/66122/head
Franck Nijhof 2022-02-08 23:12:22 +01:00 committed by GitHub
parent b9f21d4e07
commit b216f6f448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,4 +143,4 @@ class PlugwiseNotifyBinarySensorEntity(PlugwiseBinarySensorEntity):
msg
)
super()._handle_coordinator_update()
self.async_write_ha_state()