Add support for MQTT Scenes (#42639)

This commit is contained in:
Kiall Mac Innes 2020-12-02 18:42:28 +00:00 committed by GitHub
parent 39601090ba
commit 8efa9c5097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 327 additions and 0 deletions

View file

@ -145,6 +145,7 @@ PLATFORMS = [
"fan",
"light",
"lock",
"scene",
"sensor",
"switch",
"vacuum",