Mark switch_as_x as a helper integration (#68779)

This commit is contained in:
Erik Montnemery 2022-03-28 10:35:08 +02:00 committed by GitHub
parent 6f567afc0e
commit 95d6848726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{
"domain": "switch_as_x",
"integration_type": "helper",
"name": "Switch as X",
"documentation": "https://www.home-assistant.io/integrations/switch_as_x",
"codeowners": [

View File

@ -328,7 +328,6 @@ FLOWS = {
"subaru",
"sun",
"surepetcare",
"switch_as_x",
"switchbot",
"switcher_kis",
"syncthing",
@ -404,6 +403,7 @@ FLOWS = {
"helper": [
"derivative",
"min_max",
"switch_as_x",
"tod"
]
}