Add binary_sensor platform to SenseME (#63660)

This commit is contained in:
J. Nick Koston 2022-01-08 19:52:51 -10:00 committed by GitHub
parent 34a967c48a
commit 8e0b124875
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 2 deletions

View file

@ -25,6 +25,7 @@ class SensemeEntity(Entity):
sw_version=self._device.fw_version,
suggested_area=self._device.room_name,
)
self._async_update_attrs()
@property
def extra_state_attributes(self) -> dict: