The zigpy library has added a TX power API for setting the TX power at runtime, and the ZHA implementation uses country code will be pulled from the zigpy config dict at network startup, which ZHA will update with the country code supplied by Home Assistant. Radio libraries implementing this API need to supply _set_tx_power See:
The zigpy library has added a TX power API for setting the TX power at runtime, and the ZHA implementation uses country code will be pulled from the zigpy config dict at network startup, which ZHA will update with the country code supplied by Home Assistant. Radio libraries implementing this API need to supply
_set_tx_powerSee:API for setting the TX power at runtime zigpy/zigpy#1703
Implement zigpy TX power API zigpy/bellows#698
Implement zigpy
set_tx_powerAPI zigpy/zigpy-znp#266