Add roku 3820X model to discovery (#73933)
This commit is contained in:
parent
c607994fbe
commit
e5c40d58ff
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/roku",
|
"documentation": "https://www.home-assistant.io/integrations/roku",
|
||||||
"requirements": ["rokuecp==0.16.0"],
|
"requirements": ["rokuecp==0.16.0"],
|
||||||
"homekit": {
|
"homekit": {
|
||||||
"models": ["3810X", "4660X", "7820X", "C105X", "C135X"]
|
"models": ["3820X", "3810X", "4660X", "7820X", "C105X", "C135X"]
|
||||||
},
|
},
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -406,6 +406,7 @@ ZEROCONF = {
|
||||||
|
|
||||||
HOMEKIT = {
|
HOMEKIT = {
|
||||||
"3810X": "roku",
|
"3810X": "roku",
|
||||||
|
"3820X": "roku",
|
||||||
"4660X": "roku",
|
"4660X": "roku",
|
||||||
"7820X": "roku",
|
"7820X": "roku",
|
||||||
"819LMB": "myq",
|
"819LMB": "myq",
|
||||||
|
|
Loading…
Add table
Reference in a new issue