rgruebel / ha_zigbee2mqtt_networkmap

Custom Component for Homeassistant to show zigbee2mqtt Networkmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home Assistant 0.92.0 Betas. Some new error and a deprecation

dreimer1986 opened this issue · comments

In my log these show up now:

WARNING (MainThread) [homeassistant.helpers.service] Unable to find services.yaml for the zigbee2mqtt_networkmap integration

--and--

Signature of MQTT msg_callback 'custom_components.zigbee2mqtt_networkmap.message_received' is deprecated

commented

@rgruebel I have the same issue. Also I noticed that the "Update now" Button doesn't refresh the page anymore.

commented

I also see this

Received message for unregistered webhook *******

Same here.

Thanks!!

Same here

Same here

same here. (of course)

Should be fixed with the last commit. Apparently each component now needs its own folder. I also removed the depracated Method call and created a services.yaml.
In my case everything works again, please report if there are still issues.

commented

Thanks, the update button works again. And also I don't get that webhook error any more.

But I still get this Error:

Unable to find services.yaml for the zigbee2mqtt_networkmap integration

This was also a new one coming with 0.92

May be you forgot to copy the Services. Yaml?

commented

That's weird. You are right the services.yaml was missing, but I copied the whole folder to my direction.

Anyway with the zip-download now there is this service.yaml file, and after a restart this error will be gone. Thanks