mirror of
https://github.com/home-assistant/core.git
synced 2025-11-06 09:29:27 +00:00
Upgrade black to 20.8b1 (#39287)
This commit is contained in:
@@ -98,7 +98,13 @@ async def async_setup_entry(hass, config_entry, async_add_entities):
|
||||
if config_entry.data[CONF_INTEGRATION_TYPE] == INTEGRATION_TYPE_GEOGRAPHY:
|
||||
sensors = [
|
||||
AirVisualGeographySensor(
|
||||
coordinator, config_entry, kind, name, icon, unit, locale,
|
||||
coordinator,
|
||||
config_entry,
|
||||
kind,
|
||||
name,
|
||||
icon,
|
||||
unit,
|
||||
locale,
|
||||
)
|
||||
for locale in GEOGRAPHY_SENSOR_LOCALES
|
||||
for kind, name, icon, unit in GEOGRAPHY_SENSORS
|
||||
|
||||
Reference in New Issue
Block a user