1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 04:12:23 +01:00

Speaker support (#4743)

This commit is contained in:
Jesse Hills
2023-05-08 10:36:17 +12:00
committed by GitHub
parent 3498aade85
commit ce8a77c765
17 changed files with 622 additions and 19 deletions

View File

@@ -659,6 +659,7 @@ CONF_SLEEP_WHEN_DONE = "sleep_when_done"
CONF_SONY = "sony"
CONF_SOURCE = "source"
CONF_SOURCE_ID = "source_id"
CONF_SPEAKER = "speaker"
CONF_SPEED = "speed"
CONF_SPEED_COMMAND_TOPIC = "speed_command_topic"
CONF_SPEED_COUNT = "speed_count"