Add MQTT button (#59348)

This commit is contained in:
Erik Montnemery 2021-11-09 12:04:14 +01:00 committed by GitHub
parent 4c2bf428d6
commit b5ce84cd89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 363 additions and 0 deletions

View file

@ -38,6 +38,7 @@ TOPIC_MATCHER = re.compile(
SUPPORTED_COMPONENTS = [
"alarm_control_panel",
"binary_sensor",
"button",
"camera",
"climate",
"cover",