mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Mark threshold as a helper integration (#68780)
This commit is contained in:
parent
c2eaa76dde
commit
a597c11ea2
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"domain": "threshold",
|
"domain": "threshold",
|
||||||
|
"integration_type": "helper",
|
||||||
"name": "Threshold",
|
"name": "Threshold",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/threshold",
|
"documentation": "https://www.home-assistant.io/integrations/threshold",
|
||||||
"codeowners": ["@fabaff"],
|
"codeowners": ["@fabaff"],
|
||||||
|
@ -338,7 +338,6 @@ FLOWS = {
|
|||||||
"tasmota",
|
"tasmota",
|
||||||
"tellduslive",
|
"tellduslive",
|
||||||
"tesla_wall_connector",
|
"tesla_wall_connector",
|
||||||
"threshold",
|
|
||||||
"tibber",
|
"tibber",
|
||||||
"tile",
|
"tile",
|
||||||
"tolo",
|
"tolo",
|
||||||
@ -404,6 +403,7 @@ FLOWS = {
|
|||||||
"integration",
|
"integration",
|
||||||
"min_max",
|
"min_max",
|
||||||
"switch_as_x",
|
"switch_as_x",
|
||||||
|
"threshold",
|
||||||
"tod"
|
"tod"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user