Hi @0suu,
I added support for the SwitchBot IP65 Thermo-Hygrometer (WoIOSensor) so that temperature and humidity are now displayed directly in the Devices overview — exactly like the normal Meter / Meter Plus.
Change I made in deviceDefinitions.ts:
{ key: "meter", matchers: [ "meter plus", "meter pro co2", "meter pro", "outdoor meter", "meter", "WoIOSensor", // ← added "woiosensor" ], statusFields: [ ...tempHumidityFields, // CO2 field stays the same ], },
It works perfectly now! Thank you for this awesome app
Hi @0suu,
I added support for the SwitchBot IP65 Thermo-Hygrometer (WoIOSensor) so that temperature and humidity are now displayed directly in the Devices overview — exactly like the normal Meter / Meter Plus.
Change I made in deviceDefinitions.ts:
{ key: "meter", matchers: [ "meter plus", "meter pro co2", "meter pro", "outdoor meter", "meter", "WoIOSensor", // ← added "woiosensor" ], statusFields: [ ...tempHumidityFields, // CO2 field stays the same ], },It works perfectly now! Thank you for this awesome app