Skip to content

Commit

Permalink
Add Shelly EM Gen3 model (#702)
Browse files Browse the repository at this point in the history
* Add Shelly EM Gen3 model

* lint
  • Loading branch information
thecode authored Oct 29, 2024
1 parent 0971a91 commit cd7fdb4
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 @@ -114,6 +114,7 @@
MODEL_2PM_G3 = "S3SW-002P16EU"
MODEL_BLU_GATEWAY_GEN3 = "S3GW-1DBT001"
MODEL_DIMMER_10V_GEN3 = "S3DM-0010WW"
MODEL_EM_G3 = "S3EM-002CXCEU"
MODEL_HT_G3 = "S3SN-0U12A"
MODEL_I4_GEN3 = "S3SN-0024X"
MODEL_PM_MINI_G3 = "S3PM-001PCEU16"
Expand Down Expand Up @@ -854,6 +855,13 @@ class ShellyDevice:
gen=GEN3,
supported=True,
),
MODEL_EM_G3: ShellyDevice(
model="S3EM-002CXCEU",
name="Shelly EM Gen3",
min_fw_date=GEN3_MIN_FIRMWARE_DATE,
gen=GEN3,
supported=True,
),
MODEL_HT_G3: ShellyDevice(
model="S3SN-0U12A",
name="Shelly H&T Gen3",
Expand Down

0 comments on commit cd7fdb4

Please sign in to comment.