Add Shelly gen2 cover support (#67705)
* Add Shelly gen2 cover support * Make status property
This commit is contained in:
parent
0b7b1baf30
commit
2d4d18ab90
5 changed files with 207 additions and 14 deletions
|
@ -86,6 +86,7 @@ BLOCK_SLEEPING_PLATFORMS: Final = [
|
|||
RPC_PLATFORMS: Final = [
|
||||
Platform.BINARY_SENSOR,
|
||||
Platform.BUTTON,
|
||||
Platform.COVER,
|
||||
Platform.LIGHT,
|
||||
Platform.SENSOR,
|
||||
Platform.SWITCH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue