mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 06:28:31 +00:00
Deduplicate blackening (#81802)
This commit is contained in:
@@ -1,9 +1,19 @@
|
||||
"""Automatically generated by hassfest.
|
||||
"""This file is automatically generated.
|
||||
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
||||
FLOWS = {
|
||||
"helper": [
|
||||
"derivative",
|
||||
"group",
|
||||
"integration",
|
||||
"min_max",
|
||||
"switch_as_x",
|
||||
"threshold",
|
||||
"tod",
|
||||
"utility_meter",
|
||||
],
|
||||
"integration": [
|
||||
"abode",
|
||||
"accuweather",
|
||||
@@ -473,14 +483,4 @@ FLOWS = {
|
||||
"zwave_js",
|
||||
"zwave_me",
|
||||
],
|
||||
"helper": [
|
||||
"derivative",
|
||||
"group",
|
||||
"integration",
|
||||
"min_max",
|
||||
"switch_as_x",
|
||||
"threshold",
|
||||
"tod",
|
||||
"utility_meter",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user