Skip to content

Commit 23760be

Browse files
Add wild apple devices
1 parent ebd3924 commit 23760be

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

custom_components/battery_notes/data/library.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,12 @@
633633
"model": "iPad8,1",
634634
"battery_type": "Rechargeable"
635635
},
636+
{
637+
"manufacturer": "Apple",
638+
"model": "iPad",
639+
"battery_type": "Rechargeable",
640+
"model_match_method": "startswith"
641+
},
636642
{
637643
"manufacturer": "Apple",
638644
"model": "iPhone11,2",
@@ -653,11 +659,23 @@
653659
"model": "iPhone16,2",
654660
"battery_type": "Rechargeable"
655661
},
662+
{
663+
"manufacturer": "Apple",
664+
"model": "iPhone",
665+
"battery_type": "Rechargeable",
666+
"model_match_method": "startswith"
667+
},
656668
{
657669
"manufacturer": "Apple",
658670
"model": "MacBookPro18,1",
659671
"battery_type": "Rechargeable"
660672
},
673+
{
674+
"manufacturer": "Apple",
675+
"model": "MacBook",
676+
"battery_type": "Rechargeable",
677+
"model_match_method": "startswith"
678+
},
661679
{
662680
"manufacturer": "Aqara",
663681
"model": "Aqara Door and Window Sensor P2",

0 commit comments

Comments
 (0)