Skip to content

Commit

Permalink
feat: add Shelly BLU Gateway GEN3 model (#689)
Browse files Browse the repository at this point in the history
* feat: add Shelly BLU Gateway GEN3 model

* chore: tweak case
  • Loading branch information
chemelli74 authored Oct 16, 2024
1 parent 9c42c0f commit 52dae87
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions aioshelly/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
MODEL_1PM_GEN3 = "S3SW-001P16EU"
MODEL_1PM_MINI_G3 = "S3SW-001P8EU"
MODEL_2PM_G3 = "S3SW-002P16EU"
MODEL_BLU_GATEWAY_GEN3 = "S3GW-1DBT001"
MODEL_DIMMER_10V_GEN3 = "S3DM-0010WW"
MODEL_HT_G3 = "S3SN-0U12A"
MODEL_I4_GEN3 = "S3SN-0024X"
Expand Down Expand Up @@ -460,6 +461,13 @@ class ShellyDevice:
gen=GEN2,
supported=True,
),
MODEL_BLU_GATEWAY_GEN3: ShellyDevice(
model="S3GW-1DBT001",
name="Shelly BLU Gateway Gen3",
min_fw_date=GEN3_MIN_FIRMWARE_DATE,
gen=GEN3,
supported=True,
),
MODEL_PLUS_1: ShellyDevice(
model="SNSW-001X16EU",
name="Shelly Plus 1",
Expand Down

0 comments on commit 52dae87

Please sign in to comment.