You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 a switch (default) or outlet
occupancy can be configured as occupancy (default) or motion
device_temperature is now exposed as a temperature sensor. Due to a change in Zigbee2MQTT, you might need to update your Homebridge configuration to exclude device_temperature if you previously excluded temperature for some devices. (see #456)
Changed
Refactored basic_sensor.ts as the file was getting way too huge. This should not change any behavior.