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

@@ -2104,6 +2104,9 @@ fan:
on_speed_set:
then:
- logger.log: "Fan speed was changed!"
- platform: copy
source_id: fan_speed
name: "Fan Speed Copy"
interval:
- interval: 10s
@@ -2671,6 +2674,9 @@ select:
- one
- two
optimistic: true
- platform: copy
source_id: test_select
name: Test Select Copy
qr_code:
- id: homepage_qr
@@ -2700,3 +2706,6 @@ lock:
name: "Generic Output Lock"
id: test_lock2
output: pca_6
- platform: copy
source_id: test_lock2
name: Generic Output Lock Copy