mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Customize light names
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user