Add Shelly gen2 cover support (#67705)

* Add Shelly gen2 cover support

* Make status property
This commit is contained in:
Shay Levy 2022-03-08 11:58:08 +02:00 committed by GitHub
parent 0b7b1baf30
commit 2d4d18ab90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 207 additions and 14 deletions

View file

@ -86,6 +86,7 @@ BLOCK_SLEEPING_PLATFORMS: Final = [
RPC_PLATFORMS: Final = [
Platform.BINARY_SENSOR,
Platform.BUTTON,
Platform.COVER,
Platform.LIGHT,
Platform.SENSOR,
Platform.SWITCH,