mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 13:30:43 +00:00
Address late review for blink (#103376)
* use self.coordinator * Dont store coordinator * revert unintended sensor change * revert remove * indention error * revert * Revert more
This commit is contained in:
@@ -47,6 +47,7 @@ async def async_setup_entry(
|
||||
hass: HomeAssistant, config: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||
) -> None:
|
||||
"""Set up the blink binary sensors."""
|
||||
|
||||
coordinator: BlinkUpdateCoordinator = hass.data[DOMAIN][config.entry_id]
|
||||
|
||||
entities = [
|
||||
|
||||
Reference in New Issue
Block a user