* Fix 1.4 merge errors
Tronika files were renamed to Sunricher in 1.4, but
the cherry-pick did not do the same. This left both
Tronika and Sunricher as duplicate entries for the
same manufacturer ID. Remove the Tronika entry and
now unused XML config files.
Update distfiles.mk.
* Fix xml validation errors
Some config files added to the hass branch
use unsupported OZW 1.6 XML attributes. This
causes XML validation to fail.
* Fix 'typeInterpretation' xml schema validation error
Thermostat changes merged from OZW 1.4 introduce a
new attribute, 'typeInterpretation'. The schema needs
to be updated to in order for 'make xmltest' to pass.
(OZW 1.6 removes this attribute).