Mark threshold as a helper integration (#68780)
This commit is contained in:
parent
c2eaa76dde
commit
a597c11ea2
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"domain": "threshold",
|
||||
"integration_type": "helper",
|
||||
"name": "Threshold",
|
||||
"documentation": "https://www.home-assistant.io/integrations/threshold",
|
||||
"codeowners": ["@fabaff"],
|
||||
|
|
|
@ -338,7 +338,6 @@ FLOWS = {
|
|||
"tasmota",
|
||||
"tellduslive",
|
||||
"tesla_wall_connector",
|
||||
"threshold",
|
||||
"tibber",
|
||||
"tile",
|
||||
"tolo",
|
||||
|
@ -404,6 +403,7 @@ FLOWS = {
|
|||
"integration",
|
||||
"min_max",
|
||||
"switch_as_x",
|
||||
"threshold",
|
||||
"tod"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue