1
0
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:
Aarni Koskela
2022-11-09 17:58:20 +02:00
committed by GitHub
parent f9ff23a2c8
commit f3e85b6492
19 changed files with 1141 additions and 563 deletions

View File

@@ -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",
],
}