diff --git a/homeassistant/generated/config_flows.py b/homeassistant/generated/config_flows.py index a2f9c26949a..7f3f5c1f20d 100644 --- a/homeassistant/generated/config_flows.py +++ b/homeassistant/generated/config_flows.py @@ -3,6 +3,7 @@ To update, run python3 -m script.hassfest """ +# fmt: off FLOWS = [ "adguard", diff --git a/homeassistant/generated/ssdp.py b/homeassistant/generated/ssdp.py index 28df05a872c..6d62c47110b 100644 --- a/homeassistant/generated/ssdp.py +++ b/homeassistant/generated/ssdp.py @@ -3,6 +3,7 @@ To update, run python3 -m script.hassfest """ +# fmt: off SSDP = { "device_type": {}, diff --git a/homeassistant/generated/zeroconf.py b/homeassistant/generated/zeroconf.py index 09c1712c061..6200e2facb0 100644 --- a/homeassistant/generated/zeroconf.py +++ b/homeassistant/generated/zeroconf.py @@ -3,6 +3,7 @@ To update, run python3 -m script.hassfest """ +# fmt: off ZEROCONF = { "_axis-video._tcp.local.": [ diff --git a/script/hassfest/config_flow.py b/script/hassfest/config_flow.py index 5376f21db9e..4384399f4db 100644 --- a/script/hassfest/config_flow.py +++ b/script/hassfest/config_flow.py @@ -10,6 +10,7 @@ BASE = """ To update, run python3 -m script.hassfest \"\"\" +# fmt: off FLOWS = {} """.strip() diff --git a/script/hassfest/ssdp.py b/script/hassfest/ssdp.py index 82068af6a7a..3b02ea18151 100644 --- a/script/hassfest/ssdp.py +++ b/script/hassfest/ssdp.py @@ -11,6 +11,7 @@ BASE = """ To update, run python3 -m script.hassfest \"\"\" +# fmt: off SSDP = {} """.strip() diff --git a/script/hassfest/zeroconf.py b/script/hassfest/zeroconf.py index bdd765e315e..3d93d363086 100644 --- a/script/hassfest/zeroconf.py +++ b/script/hassfest/zeroconf.py @@ -11,6 +11,7 @@ BASE = """ To update, run python3 -m script.hassfest \"\"\" +# fmt: off ZEROCONF = {}