Change webostv iot class to local push (#64593)

This commit is contained in:
Shay Levy 2022-01-21 01:30:06 +02:00 committed by GitHub
parent e7f0962979
commit 4ec4383639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,5 +6,5 @@
"requirements": ["aiowebostv==0.1.1", "sqlalchemy==1.4.27"],
"codeowners": ["@bendavid", "@thecode"],
"ssdp": [{"st": "urn:lge-com:service:webos-second-screen:1"}],
"iot_class": "local_polling"
"iot_class": "local_push"
}