konnected-io / konnected-esphome

ESPHome firmware configuration and recipes for Konnected devices
Other
49 stars 31 forks source link

cleanup warning beep package for simpler basic usage #52

Closed heythisisnate closed 2 months ago

heythisisnate commented 2 months ago

In the last release I refactored the warning-beep.yaml package to be templatable, not realizing that external packages can not use template variables! This broke people's ESPHome dashboard updates/builds for the GDOv1.

This cleans up the warning-beep.yaml package so that it can be included without required template vars, but when used as a local package it still allows for templating 😉

Also it makes basic usage simpler, like it was originally.