Skip to content

Commit

Permalink
Fix firmware date for i4 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu authored Feb 17, 2022
1 parent 9595dc6 commit 88e6228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_scripts/shellies_discovery_gen2.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
SENSOR_WIFI_IP: DESCRIPTION_SENSOR_WIFI_IP,
SENSOR_WIFI_SIGNAL: DESCRIPTION_SENSOR_WIFI_SIGNAL,
},
ATTR_MIN_FIRMWARE_DATE: 20220117,
ATTR_MIN_FIRMWARE_DATE: 20220120,
},
MODEL_PRO_1: {
ATTR_NAME: "Shelly Pro 1",
Expand Down

0 comments on commit 88e6228

Please sign in to comment.