Update human-sensor-2a-beta-github.yaml

Adjust the timing of the push initialization message to ensure that everything is initialized.
This commit is contained in:
sen 2023-08-29 12:08:07 +08:00
parent 8072db6e39
commit 33ea448705

View File

@ -18,7 +18,7 @@ esphome:
then: then:
lambda: |- lambda: |-
id(cpu_speed) = ESP.getCpuFreqMHz(); id(cpu_speed) = ESP.getCpuFreqMHz();
- priority: 2000 - priority: -200
then: then:
lambda: |- lambda: |-
id(zone1_target_exsits).publish_state(false); id(zone1_target_exsits).publish_state(false);