1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

Add copy integration (#3241)

This commit is contained in:
Otto Winter
2022-02-20 21:13:37 +01:00
committed by GitHub
parent 8dae7f8225
commit f59dbe4a88
35 changed files with 934 additions and 0 deletions

View File

@@ -621,6 +621,7 @@ CONF_SLEEP_PIN = "sleep_pin"
CONF_SLEEP_WHEN_DONE = "sleep_when_done"
CONF_SONY = "sony"
CONF_SOURCE = "source"
CONF_SOURCE_ID = "source_id"
CONF_SPEED = "speed"
CONF_SPEED_COMMAND_TOPIC = "speed_command_topic"
CONF_SPEED_COUNT = "speed_count"