mirror of
https://github.com/sudoxnym/sleepd.git
synced 2026-04-14 03:26:53 +00:00
fix: keep domain as saas for brand icon compatibility
This commit is contained in:
parent
a95a4f7c30
commit
74d5b32c21
23 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"""Constants for the sleepd - Sleep As Android Stats integration."""
|
||||
|
||||
DOMAIN = "sleepd"
|
||||
DOMAIN = "saas"
|
||||
|
||||
INTEGRATION_NAME = "sleepd - Sleep As Android Stats"
|
||||
MODEL = "sleepd - Version 0.0.1"
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"domain": "sleepd",
|
||||
"domain": "saas",
|
||||
"name": "sleepd - Sleep As Android Status",
|
||||
"codeowners": ["@sudoxnym"],
|
||||
"config_flow": true,
|
||||
Loading…
Reference in a new issue