EVcharge WIP
This commit is contained in:
@@ -72,6 +72,15 @@ mqtt:
|
||||
state_topic: monitoring/et/values
|
||||
value_template: >-
|
||||
{{ (value.split(',')[7] | int) / 10 }}
|
||||
- name: Zigbee2mqtt Networkmap
|
||||
unique_id: zigbee2mqtt_bridge_network_map
|
||||
# if you change base_topic of Zigbee2mqtt, change state_topic accordingly
|
||||
state_topic: zigbee2mqtt/bridge/response/networkmap
|
||||
value_template: >-
|
||||
{{ now().strftime('%Y-%m-%d %H:%M:%S') }}
|
||||
# again, if you change base_topic of Zigbee2mqtt, change json_attributes_topic accordingly
|
||||
json_attributes_topic: zigbee2mqtt/bridge/response/networkmap
|
||||
json_attributes_template: "{{ value_json.data.value | tojson }}"
|
||||
|
||||
# add additional cards
|
||||
lovelace:
|
||||
|
||||
Reference in New Issue
Block a user