From 70c9a99f432ecaf9fba83478e8a9d47369fb5fa6 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Thu, 5 Mar 2020 14:14:37 +0200 Subject: [PATCH] Customize light names --- packages/devices/lights.yaml | 14 ++++++++++++++ packages/devices/purifier.yaml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/devices/lights.yaml b/packages/devices/lights.yaml index 0a20c18..38e9167 100644 --- a/packages/devices/lights.yaml +++ b/packages/devices/lights.yaml @@ -17,3 +17,17 @@ light: - light.living_room_3 - light.living_room_4 - 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 diff --git a/packages/devices/purifier.yaml b/packages/devices/purifier.yaml index 91f839f..b43084d 100644 --- a/packages/devices/purifier.yaml +++ b/packages/devices/purifier.yaml @@ -52,6 +52,6 @@ sensor: unit_of_measurement: "%" value_template: "{{ states.fan.philips_airpurifier.attributes.water_level }}" purifier_brightness: - friendly_name: brightness + friendly_name: Brightness unit_of_measurement: "%" value_template: "{{ states.fan.philips_airpurifier.attributes.light_brightness }}"