mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 21:40:16 +00:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@@ -70,7 +70,8 @@ async def async_setup_entry(hass, config_entry, async_add_entities):
|
||||
)
|
||||
continue
|
||||
_LOGGER.debug(
|
||||
"Adding battery sensor for %s", device.device_name,
|
||||
"Adding battery sensor for %s",
|
||||
device.device_name,
|
||||
)
|
||||
devices.append(AugustBatterySensor(data, "device_battery", device, device))
|
||||
|
||||
@@ -84,7 +85,8 @@ async def async_setup_entry(hass, config_entry, async_add_entities):
|
||||
)
|
||||
continue
|
||||
_LOGGER.debug(
|
||||
"Adding keypad battery sensor for %s", device.device_name,
|
||||
"Adding keypad battery sensor for %s",
|
||||
device.device_name,
|
||||
)
|
||||
keypad_battery_sensor = AugustBatterySensor(
|
||||
data, "linked_keypad_battery", detail.keypad, device
|
||||
|
||||
Reference in New Issue
Block a user