Add device info to Hydrawise (#100828)
* Add device info to Hydrawise * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Remove _attr_has_entity_name --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
7b1b189f3e
commit
8ba6fd7935
6 changed files with 143 additions and 9 deletions
|
@ -77,6 +77,7 @@ async def async_setup_entry(
|
|||
data=hydrawise.current_controller,
|
||||
coordinator=coordinator,
|
||||
description=BINARY_SENSOR_STATUS,
|
||||
device_id_key="controller_id",
|
||||
)
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue