Add siren platform to devolo Home Control (#53400)

* Rework mocking

* Add siren platform

* Rebase with dev

* React on change of default tone

* Fix linting error
This commit is contained in:
Guido Schmitz 2022-01-20 14:10:06 +01:00 committed by GitHub
parent 0fd003b21e
commit 144371d843
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 269 additions and 1 deletions

View file

@ -11,6 +11,7 @@ PLATFORMS = [
Platform.COVER,
Platform.LIGHT,
Platform.SENSOR,
Platform.SIREN,
Platform.SWITCH,
]
CONF_MYDEVOLO = "mydevolo_url"