rgruebel / ha_zigbee2mqtt_networkmap

Custom Component for Homeassistant to show zigbee2mqtt Networkmap
169 stars 43 forks source link

fix for HA 2021.12 #44

Open nukusinji opened 2 years ago

pixeldoc2000 commented 2 years ago

Maybe line 80 should be changed too: await mqtt.async_subscribe(topic+'/bridge/networkmap/graphviz', message_received) to: await mqtt.async_subscribe(hass, topic+'/bridge/networkmap/graphviz', message_received) ?

pixeldoc2000 commented 2 years ago

Issue #42

nukusinji commented 2 years ago

No need change.

boc-the-git commented 2 years ago

Hey @rgruebel, is this something you can review and merge please?

Bastiencc commented 2 years ago

thanks !

GravitySandwichh commented 2 years ago

Still not merged sadly.

pixeldoc2000 commented 2 years ago

Looks like this is unmaintained.

I believe this addon is deactived already in HACS.

👎

lolouk44 commented 2 years ago

I've replace line 91 as per this PR but still see the issue. Do I need to change anything else?

pixeldoc2000 commented 2 years ago

@lolouk44 Sadly it looks like the Project is dead.

But can use the Map in Zigbee2Mqtt Webinterface instead.

lolouk44 commented 2 years ago

Thanks @pixeldoc2000 that's indeed what I'm doing. a few more clicks but I can live with it :)