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:
input_boolean: input_boolean:
zigbee_permit_join: zigbee_permit_join:
name: Allow devices to join name: Allow new devices to join ZigBee
initial: off initial: off
icon: mdi:cellphone-wireless icon: mdi:cellphone-wireless
timer: timer:
zigbee_permit_join: zigbee_permit_join:
name: Time remaining name: Time remaining to join ZigBee
duration: 600 # Updated this to the number of seconds you wish duration: 600 # Updated this to the number of seconds you wish
group: !include groups.yaml group: !include groups.yaml

1
lovelace/home.yaml

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

2
sensors/mqtt.yaml

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

Loading…
Cancel
Save