
zha:
custom_quirks_path: /config/zha_quirks/
zigpy_config:
ota:
extra_providers:
- type: advanced # !!! Please read the message below before enabling OTA updates from raw OTA files !!!
warning:
I understand I can *destroy* my devices by enabling OTA updates from
files. Some OTA updates can be mistakenly applied to the wrong
device, breaking it. I am consciously using this at my own risk.
path: /config/zhaota

import {light} from 'zigbee-herdsman-converters/lib/modernExtend';
export default {
fingerprint: [
{
modelID: 'C210',
priority: 2,
},
],
zigbeeModel: ['C210'],
model: 'C210-local',
vendor: 'Candeo',
description: 'Zigbee dimming smart plug LOCAL',
extend: [
light({
configureReporting: true,
powerOnBehavior: true,
ota: true,
}),
],
};
[
{
"url": "CandeoDimmerPlugV125.ota",
"force": true
}
]

zha:
custom_quirks_path: /config/zha_quirks/
zigpy_config:
ota:
extra_providers:
- type: advanced # !!! Please read the message below before enabling OTA updates from raw OTA files !!!
warning:
I understand I can *destroy* my devices by enabling OTA updates from
files. Some OTA updates can be mistakenly applied to the wrong
device, breaking it. I am consciously using this at my own risk.
path: /config/zhaota