mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Fix lint on dev (#53265)
This commit is contained in:
@@ -18,7 +18,7 @@ async def async_setup_entry(hass, entry, async_add_entities):
|
||||
|
||||
dev = []
|
||||
for heater in mill_data_connection.heaters.values():
|
||||
for sensor_type in [CONSUMPTION_TODAY, CONSUMPTION_YEAR]:
|
||||
for sensor_type in (CONSUMPTION_TODAY, CONSUMPTION_YEAR):
|
||||
dev.append(
|
||||
MillHeaterEnergySensor(heater, mill_data_connection, sensor_type)
|
||||
)
|
||||
|
Reference in New Issue
Block a user