Skip to content

Commit f109101

Browse files
committed
fix mistakenly renamed development card id in the readme
1 parent 52892cf commit f109101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ refresh_interval: 5 # update every 5 seconds
759759
- run `npm i`
760760
- run `npm start`
761761
- From a dashboard in edit mode, go to `Manage resources` and add `http://127.0.0.1:8000/plotly-graph-card.js` as url with resource type JavaScript
762-
- ATTENTION: The development card is `type: custom:plotly-graph`
762+
- ATTENTION: The development card is `type: custom:plotly-graph-dev` (mind the extra `-dev`)
763763
- Either use Safari or Enable [chrome://flags/#unsafely-treat-insecure-origin-as-secure](chrome://flags/#unsafely-treat-insecure-origin-as-secure) and add your HA address (e.g http://homeassistant.local:8123): Chrome doesn't allow public network resources from requesting private-network resources - unless the public-network resource is secure (HTTPS) and the private-network resource provides appropriate (yet-undefined) CORS headers. More [here](https://stackoverflow.com/questions/66534759/chrome-cors-error-on-request-to-localhost-dev-server-from-remote-site)
764764

765765
# Build

0 commit comments

Comments
 (0)