You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ battery_notes:
73
73
74
74
## Contributing to the Battery Library
75
75
76
-
To add a device definition to the battery library so that it will be automatically configured there are two options:
76
+
<!--To add a device definition to the battery library so that it will be automatically configured there are two options:
77
77
78
78
### Submit Definition via GitHub Issues Form
79
79
@@ -82,7 +82,7 @@ Upon submission of the issue, GitHub will attempt to make the required code chan
82
82
83
83
### Submit Definition via Pull Request
84
84
85
-
If you have issues with the form, or if you feel more comfortable editing JSON data, you can directly add definitions to [the library.json file](custom_components/battery_notes/data/library.json).
85
+
If you have issues with the form, or if you feel more comfortable editing JSON data, you can directly add definitions to [the library.json file](custom_components/battery_notes/data/library.json).-->
86
86
Fork the repository, add your device details to the JSON document `custom_components/battery_notes/data/library.json`, and then submit a pull request.
87
87
88
88
* The manufacturer and model should be exactly what is displayed on the Device screen within Home Assistant.
0 commit comments