What is correct way to rename a circuit? #250
ForceConstant
started this conversation in
General
Replies: 1 comment
-
I do it in ESPHome code, this way if I remove a device and readd it everything comes back in with the exact same name. I have done a number of changes to the config file including making all the circuit names variables at the top etc. Converting to kWh as the default, etc. You can see a sample here: https://github.com/crzykidd/esphome-configs/blob/main/vue2-main-panel.yaml Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to get meaningful names in HA, where should rename the circuit? Esphome or in HA, if in HA where?
Beta Was this translation helpful? Give feedback.
All reactions