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:
@@ -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",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user