It looks like the
has been removed. As a result, I can no longer use the
sensor:
- id: !extend uptime_sensor
update_interval: 5min
This forces me to use the default 60s interval and its unclear to me if or how to customize. Can we add back in the id: tag so that we can use the !extend funcionality? This is very handy to adjust the value to anything other than the default. Compile error shown below:
INFO ESPHome 2026.4.3
INFO Reading configuration /config/esphome/athom-smart-plug-v2-f24d19.yaml...
Failed config
Source for extension of ID 'uptime_sensor' was not found.
It looks like the
has been removed. As a result, I can no longer use the
This forces me to use the default 60s interval and its unclear to me if or how to customize. Can we add back in the id: tag so that we can use the !extend funcionality? This is very handy to adjust the value to anything other than the default. Compile error shown below: