edwardtfn / HomeAssistant-Config

Edward Firmo's Home Assistant config files
MIT License
22 stars 7 forks source link

Support for HA Core? #10

Closed ward0 closed 5 months ago

ward0 commented 5 months ago

The automation "auto update HA" (automation.auto_update_ha) has an action that calls an unknown service: hassio.host_reboot.

The same goes for backup, different command in Core version.

edwardtfn commented 5 months ago

I think this is quite easy to solve. The best solution would be replacing the on/off selector for boot to a dropdown where you select if booting the host or just HA or nothing, but that will be a breaking change. We can also do it in a uglier way having two inputs and don’t break existing installations.

edwardtfn commented 5 months ago

The best solution would be replacing the on/off selector for boot to a dropdown where you select if booting the host or just HA or nothing

Done!