Add support to friendly names

Solves #1719
This commit is contained in:
Edward Firmo
2024-01-25 11:01:46 +01:00
parent da3e1d57d1
commit e5329338df
5 changed files with 129 additions and 116 deletions

View File

@@ -34,7 +34,7 @@ substitutions:
climate:
- platform: thermostat
name: ${name} Thermostat
name: Thermostat
id: thermostat_embedded
sensor: temp_nspanel
min_idle_time: ${min_idle_time}s
@@ -71,7 +71,7 @@ globals:
switch:
##### PHYSICAL SWITCH 0 (Dummy) - Used when relay is not set #####
- name: ${name} Relay 0 (dummy)
- name: Relay 0 (dummy)
platform: template
id: relay_0
lambda: !lambda return false;