From 816270d007eec0b4482cca74db016a0b27ed6ee8 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 6 Feb 2020 20:40:48 +0100 Subject: [PATCH] rename zigbee sensors --- configuration.yaml | 4 ++-- lovelace/home.yaml | 1 - sensors/mqtt.yaml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 4da65b8..9f8c3dc 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -19,13 +19,13 @@ recorder: input_boolean: zigbee_permit_join: - name: Allow devices to join + name: Allow new devices to join ZigBee initial: off icon: mdi:cellphone-wireless timer: zigbee_permit_join: - name: Time remaining + name: Time remaining to join ZigBee duration: 600 # Updated this to the number of seconds you wish group: !include groups.yaml diff --git a/lovelace/home.yaml b/lovelace/home.yaml index 37dd8f7..1c5689f 100644 --- a/lovelace/home.yaml +++ b/lovelace/home.yaml @@ -11,7 +11,6 @@ cards: - entity: timer.zigbee_permit_join - entity: sensor.bridge_state show_header_toggle: false - title: Zigbee - type: entities entities: diff --git a/sensors/mqtt.yaml b/sensors/mqtt.yaml index 5726634..e29573f 100644 --- a/sensors/mqtt.yaml +++ b/sensors/mqtt.yaml @@ -1,4 +1,4 @@ - platform: mqtt - name: Bridge state + name: ZigBee Bridge state state_topic: "zigbee2mqtt/bridge/state" icon: mdi:router-wireless