Add Shelly support for Plus WallDimmer US (#83385)

This commit is contained in:
Shay Levy 2022-12-06 19:44:17 +02:00 committed by GitHub
parent 874315c3fc
commit e1923bc13b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 105 additions and 5 deletions

View file

@ -124,6 +124,7 @@ MOCK_BLOCKS = [
MOCK_CONFIG = {
"input:0": {"id": 0, "type": "button"},
"light:0": {"name": "test light_0"},
"switch:0": {"name": "test switch_0"},
"cover:0": {"name": "test cover_0"},
"sys": {
@ -169,6 +170,7 @@ MOCK_STATUS_COAP = {
MOCK_STATUS_RPC = {
"switch:0": {"output": True},
"light:0": {"output": True, "brightness": 53.0},
"cloud": {"connected": False},
"cover:0": {
"state": "stopped",