Browse Source

rename zigbee sensors

master
Thomas 4 years ago
parent
commit
816270d007
Signed by: taschenbier
GPG Key ID: 306F574D34A9673B
  1. 4
      configuration.yaml
  2. 1
      lovelace/home.yaml
  3. 2
      sensors/mqtt.yaml

4
configuration.yaml

@ -19,13 +19,13 @@ recorder: @@ -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

1
lovelace/home.yaml

@ -11,7 +11,6 @@ cards: @@ -11,7 +11,6 @@ cards:
- entity: timer.zigbee_permit_join
- entity: sensor.bridge_state
show_header_toggle: false
title: Zigbee
- type: entities
entities:

2
sensors/mqtt.yaml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
- platform: mqtt
name: Bridge state
name: ZigBee Bridge state
state_topic: "zigbee2mqtt/bridge/state"
icon: mdi:router-wireless

Loading…
Cancel
Save