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 9
9
"integration_type" : " device" ,
10
10
"iot_class" : " calculated" ,
11
11
"issue_tracker" : " https://github.com/andrew-codechimp/ha-battery-notes/issues" ,
12
- "version" : " 0.1.1 "
12
+ "version" : " 0.1.2 "
13
13
}
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ def __init__(
157
157
device_registry = dr .async_get (hass )
158
158
159
159
self ._attr_unique_id = unique_id
160
- self ._attr_name = name + " Battery Type "
160
+ self ._attr_name = name + " Battery type "
161
161
self ._device_id = device_id
162
162
163
163
self ._device_id = device_id
Original file line number Diff line number Diff line change 6
6
"data" : {
7
7
"device_id" : " Device" ,
8
8
"name" : " Name" ,
9
- "battery_type" : " Battery Type "
9
+ "battery_type" : " Battery type "
10
10
},
11
11
"data_description" : {
12
12
"name" : " Leaving blank will take the name from the source device"
26
26
"description" : " If you need help with the configuration have a look here: https://github.com/andrew-codechimp/ha-battery-notes" ,
27
27
"data" : {
28
28
"name" : " Name" ,
29
- "battery_type" : " Battery Type "
29
+ "battery_type" : " Battery type "
30
30
},
31
31
"data_description" : {
32
32
"name" : " Leaving blank will take the name from the source device"
You can’t perform that action at this time.
0 commit comments