mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
rename read/write to read/time/write_time (#1468)
This commit is contained in:
@@ -1856,7 +1856,7 @@ time:
|
||||
- platform: gps
|
||||
on_time_sync:
|
||||
then:
|
||||
ds1307.write:
|
||||
ds1307.write_time:
|
||||
id: ds1307_time
|
||||
- platform: ds1307
|
||||
id: ds1307_time
|
||||
@@ -1864,7 +1864,7 @@ time:
|
||||
on_time:
|
||||
seconds: 0
|
||||
then:
|
||||
ds1307.read
|
||||
ds1307.read_time
|
||||
|
||||
cover:
|
||||
- platform: template
|
||||
|
Reference in New Issue
Block a user