1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

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
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",