Skip to content

Commit 12c6cd4

Browse files
committed
Restore support for device images
1 parent dc78511 commit 12c6cd4

File tree

3 files changed

+1179
-408
lines changed

3 files changed

+1179
-408
lines changed

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,9 @@ clean_z2m_index:
233233

234234
update_converters:
235235
python3 helper_scripts/make_z2m_tuya_converters.py device_db.yaml \
236-
> zigbee2mqtt/converters/tuya_with_ota.js
237-
python3 helper_scripts/make_z2m_tuya_converters.py --z2m-v1 device_db.yaml \
238-
> zigbee2mqtt/converters_v1/tuya_with_ota.js
239-
python3 helper_scripts/make_z2m_custom_converters.py --z2m-v1 device_db.yaml \
240-
> zigbee2mqtt/converters_v1/switch_custom.js
236+
> zigbee2mqtt/converters/tuya_with_ota.js
237+
python3 helper_scripts/make_z2m_custom_converters.py device_db.yaml \
238+
> zigbee2mqtt/converters/switch_custom.mjs
241239

242240
update_zha_quirk:
243241
python3 helper_scripts/make_zha_quirk.py device_db.yaml > zha/switch_quirk.py

0 commit comments

Comments
 (0)