mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
[tests] Fix millis() ambiguity in component tests with gps component
This commit is contained in:
@@ -2,7 +2,7 @@ binary_sensor:
|
||||
- platform: template
|
||||
id: bin1
|
||||
lambda: |-
|
||||
if (millis() > 10000) {
|
||||
if (esphome::millis() > 10000) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user