Open libussa opened 4 years ago
Type is module
not js
In your resources declaration
Thanks for the prompt response @dmulcahey ! I now get a white rectangle, progress!
I loaded https://github.com/zha-ng/zha-map and it looks like it get loaded at startup
2019-12-10 02:10:44 INFO (SyncWorker_4) [homeassistant.loader] Loaded zha_map from custom_components.zha_map
However, in logs I now get:
2019-12-10 02:11:16 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.140055236978128] Received invalid command: zha_map/devices
That’s odd. You’re sure you have the newest version and that there are no errors in the logs?
This is the log from startup https://gist.githubusercontent.com/libussa/23fad788e0567d08b87fb75d21620efc/raw/604e6c0ae1d1f24ee51e4730cefc3b2f54fada8e/ha.log
both zha_map and this are from fresh clones of the master branch
I cannot make this work with the new integrations setup in HA.
Added through HACS.
Shows as added in Configuration>>Lovelace Dashboards>>Resources
/hacsfiles/zha-network-card/zha-network-card.js JavaScript Module
However cannot add a card
Any thoughts please?
hey, sorry if this seems basic, but I'm just starting with HS... Running Docker, the js file is in
/config/www
On top of the lovelace config I added:I then created a new view, with a card defined like this:
The card says
And in the logs I have
Thanks for the help!