All of my automatons with that configuration still work. Perhaps it’s your formatting. Make sure it appears like this (use code blocks as asked at the top of every forums page when posting your configuration)
Here is one of my working automations.
# MOTION SENSOR 1 - OFF #
- alias: Motion Sensor 1 - Off
hide_entity: true
trigger:
platform: state
entity_id: binary_sensor.motion_1
to: 'off'
for:
minutes: 2
seconds: 30
action:
service: light.turn_off
entity_id: light.bathroom
wait…that sounds great - but how does one move from having already 50+ entities via conbee/deconz to this setup (hopefully witohut having to rename/adjust those 50 entities?)
I’m really irritated - There is a native option to use ZigBee in HomeAssistant? I know about that Z-Wave implementation, but ZigBee? I just got started to use zigbee2mqtt to use my ZigBee devices.
I’ve just updated to 0.86.2 and when I check the configuration I now receive 5 errors like this:
Invalid config for [automation]: [minutes] is an invalid option for [automation]. Check: automation->trigger->0->minutes. (See /home/homeassistant/.homeassistant/configuration.yaml, line 164). Please check the docs at https://home-assistant.io/components/automation/
I suppose the suggested line is wrong because the line 164 is this: !include groups.yaml
Check your automations for time triggers and check the docs for time_pattern. Also check packages if you use them. The line number sometimes leads you astray.