Added
- Some converters now have some additional configuration options which allows you to select an alternative implementation. (see
#458 and related issues)switch
can be configured as aswitch
(default) oroutlet
occupancy
can be configured asoccupancy
(default) ormotion
device_temperature
is now exposed as a temperature sensor. Due to a change in Zigbee2MQTT, you might need to update your Homebridge configuration to excludedevice_temperature
if you previously excludedtemperature
for some devices. (see #456)
Changed
- Refactored
basic_sensor.ts
as the file was getting way too huge. This should not change any behavior.