Add configuration URL to RainMachine (#57732)

This commit is contained in:
Aaron Bach 2021-10-15 21:33:26 -06:00 committed by GitHub
parent 34fee4ba60
commit f13eeee969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 6 deletions

View file

@ -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
]
)