mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
YAML aliases/anchors can make repetitive configuration sections easier to deal with. However when dealing with dictionaries, care needs to be taken to not modify the original anchor since PyYAML utilizes a reference when encountering an alias instead of a copy of the dictionary.