Add pylint CodeStyle extension (#53147)
This commit is contained in:
parent
c35b5a1c64
commit
f6b162bc39
60 changed files with 103 additions and 98 deletions
|
@ -42,14 +42,14 @@ async def async_setup_entry(
|
|||
sensors.extend(
|
||||
[
|
||||
ToonBoilerBinarySensor(coordinator, key=key)
|
||||
for key in [
|
||||
for key in (
|
||||
"thermostat_info_ot_communication_error_0",
|
||||
"thermostat_info_error_found_255",
|
||||
"thermostat_info_burner_info_None",
|
||||
"thermostat_info_burner_info_1",
|
||||
"thermostat_info_burner_info_2",
|
||||
"thermostat_info_burner_info_3",
|
||||
]
|
||||
)
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue