File tree Expand file tree Collapse file tree 3 files changed +1179
-408
lines changed
Expand file tree Collapse file tree 3 files changed +1179
-408
lines changed Original file line number Diff line number Diff line change @@ -233,11 +233,9 @@ clean_z2m_index:
233233
234234update_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
242240update_zha_quirk :
243241 python3 helper_scripts/make_zha_quirk.py device_db.yaml > zha/switch_quirk.py
You can’t perform that action at this time.
0 commit comments