Add configuration URL to RainMachine (#57732)
This commit is contained in:
parent
34fee4ba60
commit
f13eeee969
4 changed files with 8 additions and 6 deletions
|
@ -131,7 +131,7 @@ async def async_setup_entry(
|
|||
|
||||
async_add_entities(
|
||||
[
|
||||
async_get_sensor(description.api_category)(controller, description)
|
||||
async_get_sensor(description.api_category)(entry, controller, description)
|
||||
for description in BINARY_SENSOR_DESCRIPTIONS
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue