Add Shelly support for Plus WallDimmer US (#83385)
This commit is contained in:
parent
874315c3fc
commit
e1923bc13b
4 changed files with 105 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue