Mark threshold as a helper integration (#68780)

This commit is contained in:
Erik Montnemery 2022-03-28 12:26:52 +02:00 committed by GitHub
parent c2eaa76dde
commit a597c11ea2
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": "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"],

View File

@ -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"
] ]
} }