Hi,
Is anyone using the new presence sensor yet & tried to update the firmware after upgrading esphome version to the latest 2023.7.0?
I am only getting an error about some invalid config. Yet when i look at the source github config yaml the reported offending section named "restore_state" is already corrected.
I don't understand why the update is not grabbing the latest config from github?
Anyone else experience something like this?
Cheers
Nick
INFO ESPHome 2023.7.0 INFO Reading configuration /config/esphome/athom-presence-sensor-f9a54a.yaml... INFO Detected timezone 'Australia/Sydney'
Failed config
switch.template: [source /config/esphome/.esphome/packages/43f53298/athom-presence-sensor.yaml:145]
platform: template
name: mmWave Status
id: mmwave_sensor
internal: True
entity_category: config
optimistic: True
The restore_state option has been removed in 2023.7.0. Use the restore_mode option instead.
restore_state: False
turn_on_action:
- uart.write: sensorStart
turn_off_action:
- uart.write: sensorStop