Update black to 23.1.0 (#87188)
This commit is contained in:
parent
f7666239ff
commit
5e81d28116
312 changed files with 299 additions and 475 deletions
|
@ -24,7 +24,7 @@ def setup_platform(
|
|||
if discovery_info is None:
|
||||
return
|
||||
devs = []
|
||||
for (area_name, device) in hass.data[LUTRON_DEVICES]["binary_sensor"]:
|
||||
for area_name, device in hass.data[LUTRON_DEVICES]["binary_sensor"]:
|
||||
dev = LutronOccupancySensor(area_name, device, hass.data[LUTRON_CONTROLLER])
|
||||
devs.append(dev)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue