Hi
In some older examples I find lines of the configuration.yaml, that no longer are in this file of newer HA installations.
Example: (from https://www.home-assistant.io/docs/configuration/customizing-devices)
homeassistant:
name: Home
unit_system: metric
# etc
customize:
# Add an entry for each entity that you want to overwrite.
thermostat.family_room:
entity_picture: https://example.com/images/nest.jpg
friendly_name: Nest
switch.wemo_switch_1:
friendly_name: Toaster
# etc
As I understand, these lines are no longer necessary because of the UI-Configuration and the line defaul_config.
Is my assumption correct, that the variable values (f.e. name location …) - and all other actions that are made on the HA-UI - are stored in the HA database file (in folder config)?
On the other side, all entries i do in configuration.yaml (f.e. definiton of a sensor entity) are not changable on the HA-UI?
How do I handle a customize_glob, if I have not homeassistant “section” in my configuration.yaml?