Skip to content

Commit

Permalink
Fix Ring batteries having additional quotes (#2252)
Browse files Browse the repository at this point in the history
* Fix Ring batteries having additional quotes

* Fix IKEA batteries also being weird

* And fix the case issue
  • Loading branch information
RosemaryOrchard authored Oct 21, 2024
1 parent 73f151d commit 1fecfc6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions custom_components/battery_notes/data/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2674,12 +2674,12 @@
{
"manufacturer": "Ikea",
"model": "FYRTUR roller blind, block-out (E1757)",
"battery_type": "BRAUNIT Battery pack (rechargeable)"
"battery_type": "Rechargeable"
},
{
"manufacturer": "Ikea",
"model": "KADRILJ roller blind (E1926)",
"battery_type": "BRAUNIT Battery pack (rechargeable)"
"battery_type": "Rechargeable"
},
{
"manufacturer": "IKEA",
Expand Down Expand Up @@ -2787,12 +2787,12 @@
{
"manufacturer": "IKEA of Sweden",
"model": "FYRTUR block-out roller blind",
"battery_type": "BRAUNIT Battery pack"
"battery_type": "Rechargeable"
},
{
"manufacturer": "IKEA of Sweden",
"model": "KADRILJ roller blind",
"battery_type": "BRAUNIT Battery pack"
"battery_type": "Rechargeable"
},
{
"manufacturer": "IKEA of Sweden",
Expand Down Expand Up @@ -4020,7 +4020,7 @@
{
"manufacturer": "Ring",
"model": "Intercom",
"battery_type": "\"Rechargeable\""
"battery_type": "Rechargeable"
},
{
"manufacturer": "Ring",
Expand All @@ -4031,7 +4031,7 @@
{
"manufacturer": "Ring",
"model": "Peephole Cam",
"battery_type": "\"Rechargeable\""
"battery_type": "Rechargeable"
},
{
"manufacturer": "Ring",
Expand Down Expand Up @@ -5144,7 +5144,7 @@
{
"manufacturer": "Tile",
"model": "T1101",
"battery_type": "Cr2032"
"battery_type": "CR2032"
},
{
"manufacturer": "Tile",
Expand Down Expand Up @@ -6717,4 +6717,4 @@
"battery_quantity": 2
}
]
}
}

0 comments on commit 1fecfc6

Please sign in to comment.