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",
"integration_type": "helper",
"name": "Threshold",
"documentation": "https://www.home-assistant.io/integrations/threshold",
"codeowners": ["@fabaff"],

View file

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