1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Use black to format hassfest generated files (#78794)

This commit is contained in:
Erik Montnemery
2022-09-19 23:37:22 +02:00
committed by GitHub
parent e66f28f3f7
commit 1021c90bb8
19 changed files with 633 additions and 624 deletions

View File

@@ -3,8 +3,6 @@
To update, run python3 -m script.hassfest
"""
# fmt: off
FLOWS = {
"integration": [
"abode",
@@ -456,7 +454,7 @@ FLOWS = {
"zerproc",
"zha",
"zwave_js",
"zwave_me"
"zwave_me",
],
"helper": [
"derivative",
@@ -466,6 +464,6 @@ FLOWS = {
"switch_as_x",
"threshold",
"tod",
"utility_meter"
]
"utility_meter",
],
}