Local test of changes in library.json? #536
-
Hi, Can I also change the library.json locally and test whether the device names I have determined match? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The library.json get's updated/overwritten every time you start HA but I've created myself a little test way of doing this. Within your configuration.yaml add this
Then create a new file in custom_components/battery_notes/data called library-dev.json with contents like below, replacing the details with your own.
Delete your existing battery note for the device you want to test, restart HA and anything in the user library will be matched first. |
Beta Was this translation helpful? Give feedback.
The library.json get's updated/overwritten every time you start HA but I've created myself a little test way of doing this.
Within your configuration.yaml add this
Then create a new file in custom_components/battery_notes/data called library-dev.json with contents like below, replacing the details with your own.
Delete your existing battery note for the device you want to test, restart HA and anything in…