Fix: support latest homebridge status labels (#6139)
This commit is contained in:
parent
ae258b8276
commit
2b31c23b9e
1 changed files with 2 additions and 1 deletions
|
|
@ -532,7 +532,8 @@
|
|||
"child_bridges_status": "{{ok}}/{{total}}",
|
||||
"up": "Up",
|
||||
"pending": "Pending",
|
||||
"down": "Down"
|
||||
"down": "Down",
|
||||
"ok": "Ok"
|
||||
},
|
||||
"healthchecks": {
|
||||
"new": "New",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue