Skip to content

Commit

Permalink
Fix name for Shelly Plus/Gen3 i4 (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu authored Oct 30, 2024
1 parent a7fecc8 commit 392de42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Shellies Discovery Gen2 will automatically install/update the script on your She
- Shelly BLU TRV (via Shelly BLU Gateway Gen3)
- Shelly Dimmer 0/1-10V PM Gen3
- Shelly H&T Gen3
- Shelly I4 Gen3
- Shelly i4 Gen3
- Shelly Plug S Gen3
- Shelly Plus 0-10V Dimmer
- Shelly Plus 1
Expand All @@ -49,7 +49,7 @@ Shellies Discovery Gen2 will automatically install/update the script on your She
- Shelly Plus 2PM
- Shelly Plus Add-on
- Shelly Plus H&T
- Shelly Plus I4
- Shelly Plus i4
- Shelly Plus Plug IT
- Shelly Plus Plug S
- Shelly Plus Plug UK
Expand Down
4 changes: 2 additions & 2 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Shellies Discovery Gen2 will automatically install/update the script on your She
- Shelly BLU TRV (via Shelly BLU Gateway Gen3)
- Shelly Dimmer 0/1-10V PM Gen3
- Shelly H&T Gen3
- Shelly I4 Gen3
- Shelly i4 Gen3
- Shelly Plug S Gen3
- Shelly Plus 0-10V Dimmer
- Shelly Plus 1
Expand All @@ -42,7 +42,7 @@ Shellies Discovery Gen2 will automatically install/update the script on your She
- Shelly Plus 2PM
- Shelly Plus Add-on
- Shelly Plus H&T
- Shelly Plus I4
- Shelly Plus i4
- Shelly Plus Plug IT
- Shelly Plus Plug S
- Shelly Plus Plug UK
Expand Down
4 changes: 2 additions & 2 deletions python_scripts/shellies_discovery_gen2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@ def get_component_number(component: str, config) -> int:
ATTR_WAKEUP_PERIOD: 7200,
},
MODEL_I4_G3: {
ATTR_NAME: "Shelly I4 Gen3",
ATTR_NAME: "Shelly i4 Gen3",
ATTR_MODEL_ID: "S3SN-0024X",
ATTR_GEN: 3,
ATTR_BINARY_SENSORS: {SENSOR_CLOUD: DESCRIPTION_SENSOR_CLOUD},
Expand Down Expand Up @@ -2106,7 +2106,7 @@ def get_component_number(component: str, config) -> int:
ATTR_WAKEUP_PERIOD: 7200,
},
MODEL_PLUS_I4: {
ATTR_NAME: "Shelly Plus I4",
ATTR_NAME: "Shelly Plus i4",
ATTR_MODEL_ID: "SNSW-0024X",
ATTR_BINARY_SENSORS: {SENSOR_CLOUD: DESCRIPTION_SENSOR_CLOUD},
ATTR_BUTTONS: {BUTTON_RESTART: DESCRIPTION_BUTTON_RESTART},
Expand Down

0 comments on commit 392de42

Please sign in to comment.