Hi;
HA version: 0.109.6 (docker)
I have installed the ZHA Network Card integration (https://github.com/dmulcahey/zha-network-card) to display Zigbee device status.
To do so, yaml mode is required, which (correct me if wrong) loses HA ability to manage UI and automatically populate UI with newly discovered devices. I want to use this integration AND have HA control the UI.
There is a howto regarding this: https://www.home-assistant.io/lovelace/yaml-mode/
which I find confusing:
" To revert back to using the UI to edit your Lovelace interface, remove the lovelace
section from your configuration.yaml
and copy the contents of your ui-lovelace.yaml
into the raw configuration section of Home Assistant and restart."
because:
- no lovelace section in configuration.yaml
- copy the contents of your
ui-lovelace.yaml
into the raw configuration section of Home Assistant. No ui-lovelace.yaml file. Which file to use? What file is “raw configuration section of Home Assistant”?
It it possible to keep this custom integration AND have lovelace manage the UI? If so, how?
Thanks;
Bill