Add binary_sensor platform to SenseME (#63660)
This commit is contained in:
parent
34a967c48a
commit
8e0b124875
5 changed files with 44 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue