says refreshing but no show also with default theme
Then is is not set up properly, because believe me it does work.
iām not saying that it does not work.
problem is that sensors appear on the states but not on the panel, and i checked the configs and everithing shows right but i might miss something.
can you share your config to compare?
anyone that could share the config?
Add via HACS
Add a new lovelace view
views:
- title: Zigbee Network
panel: true
cards:
- type: custom:zigbee2mqtt-networkmap
entity: sensor.zigbee2mqtt_networkmap
Sorry plus this in configuration.yaml of course, but I think you have that already.
sensor:
- platform: mqtt
name: Zigbee2mqtt Networkmap
state_topic: zigbee2mqtt/bridge/networkmap/raw
value_template: >-
{{ now().strftime('%Y-%m-%d %H:%M:%S') }}
json_attributes_topic: zigbee2mqtt/bridge/networkmap/raw
many thanks i had
panel: yes , instead panel: true thanks for the help