mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Fix lint
This commit is contained in:
@@ -63,7 +63,8 @@ def async_setup_platform(hass, config, async_add_devices, discovery_info=None):
|
||||
icon = config.get(CONF_ICON)
|
||||
|
||||
async_add_devices(
|
||||
[MinMaxSensor(hass, entity_ids, name, sensor_type, round_digits, icon)],
|
||||
[MinMaxSensor(hass, entity_ids, name, sensor_type, round_digits,
|
||||
icon)],
|
||||
True)
|
||||
return True
|
||||
|
||||
|
Reference in New Issue
Block a user