1
0
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:
Florian Mösch
2021-01-18 13:35:35 +01:00
committed by GitHub
parent 4c105398f7
commit b28735d63b
4 changed files with 13 additions and 13 deletions

View File

@@ -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