zha-ng / zha-map

Build ZHA network topology map.
MIT License
57 stars 17 forks source link

Missing 'version' key #48

Closed mirceadamian closed 3 years ago

mirceadamian commented 3 years ago

Hi,

With the latest version of HA (2021.3.3) which I have just updated to few minutes ago I'm seeing the following warning (the 2nd line):

2021-03-09 11:51:46 WARNING (MainThread) [homeassistant.loader] You are using a custom integration zha_map which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2021-03-09 11:51:46 WARNING (MainThread) [homeassistant.loader] No 'version' key in the manifest file for custom integration 'zha_map'. This will not be allowed in a future version of Home Assistant. Please report this to the maintainer of 'zha_map'

Looks like an easy fix. This is listed item no 1 on the Breaking Changes release notes: https://www.home-assistant.io/blog/2021/03/03/release-20213/#breaking-changes

Adminiuga commented 3 years ago

Zha_map is not needed for HA anymore as it is all built in now and as such this repo is no longer maintained.

mirceadamian commented 3 years ago

@Adminiuga thanks for pointing it out. I missed that update, probably because I've jumped over 1.0 straight into 2021.x.y releases. It is also not very obvious in the ZHA documentation. You can find now the exact same functionality of the zha-network-visualization-card right into HA (Configuration -> Integrations -> ZHA (Configure) -> Visualization).

If I may suggest maybe update the README.md to highlight for visitors that the repo is obsolete.