Hi,
I had the following automation for generating the Z-Wave Graph every five minutes. In 0.84 it was working without issues.
- alias: Generate Z-Wave graph
trigger:
platform: time
minutes: '/5'
action:
- service: shell_command.z_wave_graph
Since the upgrade to 0.88.1 I am getting the following error:
ERROR (MainThread) [homeassistant.config] Invalid config for [automation]: [minutes] is an invalid option for [automation]. Check: automation->trigger->0->minutes.
Br,
Johannes