enkama / hass-variables

Home Assistant variables component
90 stars 12 forks source link

Allow yaml & config_flow hybrid #37

Closed Snuffy2 closed 1 year ago

Snuffy2 commented 1 year ago

Allows Variables to still be setup and changed via YAML, but it is one or the other per Variable. Variables defined via YAML cannot have options changed in the UI. Variables created in the UI cannot be "transferred" back to YAML.

All YAML-created Variables will be created as Sensor Variables. It is still not able to create entities that begin with variable.

Snuffy2 commented 1 year ago

@Wibias this may be best to release as a beta release first to try get some folks to test it before putting it out as a general release but I'll defer to you.