Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If plugin config changes it does not update in home bridge #5

Open
ericsmith66 opened this issue May 5, 2024 · 0 comments
Open

If plugin config changes it does not update in home bridge #5

ericsmith66 opened this issue May 5, 2024 · 0 comments

Comments

@ericsmith66
Copy link

I added the plug in and registered it with home kit with 2 channels and with one accesory. when I add another accessory it never shows up unless I delete the bridge from HomeKit and add it back

{
"platform": "NotifyEvents",
"action": {
"enabled": false,
"listen": "0.0.0.0",
"port": 53535,
"host": "",
"path": "/"
},
"channels": [
{
"title": "Homebride Text",
"token": "srsmxqsl67jtuyfz1rjw6p4exkkmlcf3",
"messages": [
{
"name": "Garage Open Text",
"title": "Garage is open",
"text": "The garage has been open for YYY",
"priority": "normal",
"level": "info",
"images": [],
"files": [],
"actions": []
},
{
"name": "NE Garage door is now closed",
"title": "The garage door is now closed",
"text": "the garage door is now closed",
"priority": "normal",
"level": "info",
"images": [],
"files": [],
"actions": []
}
]
},
{
"title": "Notify Events App",
"token": "pa0y-vpubb2ufk3-zy4lfqe-zuthnjwq",
"messages": [
{
"name": "Test Message 1",
"title": "This is a test Message",
"text": "The is a test message ",
"priority": "normal",
"level": "info",
"images": [],
"files": [],
"actions": []
}
]
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant