Skip to content

Commit c881b69

Browse files
Move devcontainer
1 parent 6046544 commit c881b69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer.json renamed to .devcontainer/integration/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "andrew-codechimp/battery-notes",
2+
"name": "BN Integration",
33
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11-bullseye",
44
"postCreateCommand": "scripts/setup",
55
"runArgs": [

custom_components/battery_notes/data/library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2749,12 +2749,12 @@
27492749
{
27502750
"manufacturer": "Signify Netherlands B.V.",
27512751
"model": "Hue dimmer switch (RWL020)",
2752-
"battery_type": "CR2450"
2752+
"battery_type": "CR2032"
27532753
},
27542754
{
27552755
"manufacturer": "Signify Netherlands B.V.",
27562756
"model": "Hue dimmer switch (RWL021)",
2757-
"battery_type": "CR2450"
2757+
"battery_type": "CR2032"
27582758
},
27592759
{
27602760
"manufacturer": "Signify Netherlands B.V.",

0 commit comments

Comments
 (0)