I know I am going to get a hard time for asking this but here we go:
Would you please help me understand the difference between the ’ - <<: !include’ and ’ - !include’ in the code below? I couldn’t find documentation that explain the difference.
Thanks in advance.
sensor:
- <<: !include common/sensor/uptime.config.yaml
- <<: !include common/sensor/wifi_signal.config.yaml
binary_sensor:
- <<: !include common/binary_sensor/connection_status.config.yaml
switch:
- !include common/switch/restart_switch.config.yaml