mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +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)
|
icon = config.get(CONF_ICON)
|
||||||
|
|
||||||
async_add_devices(
|
async_add_devices(
|
||||||
[MinMaxSensor(hass, entity_ids, name, sensor_type, round_digits, icon)],
|
[MinMaxSensor(hass, entity_ids, name, sensor_type, round_digits,
|
||||||
|
icon)],
|
||||||
True)
|
True)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user