Mark switch_as_x as a helper integration (#68779)
parent
6f567afc0e
commit
95d6848726
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"domain": "switch_as_x",
|
"domain": "switch_as_x",
|
||||||
|
"integration_type": "helper",
|
||||||
"name": "Switch as X",
|
"name": "Switch as X",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/switch_as_x",
|
"documentation": "https://www.home-assistant.io/integrations/switch_as_x",
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
|
|
@ -328,7 +328,6 @@ FLOWS = {
|
||||||
"subaru",
|
"subaru",
|
||||||
"sun",
|
"sun",
|
||||||
"surepetcare",
|
"surepetcare",
|
||||||
"switch_as_x",
|
|
||||||
"switchbot",
|
"switchbot",
|
||||||
"switcher_kis",
|
"switcher_kis",
|
||||||
"syncthing",
|
"syncthing",
|
||||||
|
@ -404,6 +403,7 @@ FLOWS = {
|
||||||
"helper": [
|
"helper": [
|
||||||
"derivative",
|
"derivative",
|
||||||
"min_max",
|
"min_max",
|
||||||
|
"switch_as_x",
|
||||||
"tod"
|
"tod"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue