Customize light names

This commit is contained in:
2020-03-05 14:14:37 +02:00
parent a502308176
commit 70c9a99f43
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -17,3 +17,17 @@ light:
- light.living_room_3 - light.living_room_3
- light.living_room_4 - light.living_room_4
- light.pc - light.pc
homeassistant:
customize:
light.living_room_1:
friendly_name: Living room 1
light.living_room_2:
friendly_name: Living room 2
light.living_room_3:
friendly_name: Living room 3
light.living_room_4:
friendly_name: Living room 4
+1 -1
View File
@@ -52,6 +52,6 @@ sensor:
unit_of_measurement: "%" unit_of_measurement: "%"
value_template: "{{ states.fan.philips_airpurifier.attributes.water_level }}" value_template: "{{ states.fan.philips_airpurifier.attributes.water_level }}"
purifier_brightness: purifier_brightness:
friendly_name: brightness friendly_name: Brightness
unit_of_measurement: "%" unit_of_measurement: "%"
value_template: "{{ states.fan.philips_airpurifier.attributes.light_brightness }}" value_template: "{{ states.fan.philips_airpurifier.attributes.light_brightness }}"