File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
custom_components/battery_notes Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 "integration_type" : " device" ,
1010 "iot_class" : " calculated" ,
1111 "issue_tracker" : " https://github.com/andrew-codechimp/ha-battery-notes/issues" ,
12- "version" : " 0.1.1 "
12+ "version" : " 0.1.2 "
1313}
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ def __init__(
157157 device_registry = dr .async_get (hass )
158158
159159 self ._attr_unique_id = unique_id
160- self ._attr_name = name + " Battery Type "
160+ self ._attr_name = name + " Battery type "
161161 self ._device_id = device_id
162162
163163 self ._device_id = device_id
Original file line number Diff line number Diff line change 66 "data" : {
77 "device_id" : " Device" ,
88 "name" : " Name" ,
9- "battery_type" : " Battery Type "
9+ "battery_type" : " Battery type "
1010 },
1111 "data_description" : {
1212 "name" : " Leaving blank will take the name from the source device"
2626 "description" : " If you need help with the configuration have a look here: https://github.com/andrew-codechimp/ha-battery-notes" ,
2727 "data" : {
2828 "name" : " Name" ,
29- "battery_type" : " Battery Type "
29+ "battery_type" : " Battery type "
3030 },
3131 "data_description" : {
3232 "name" : " Leaving blank will take the name from the source device"
You can’t perform that action at this time.
0 commit comments