From 00f0381d62bd6533ca6eaa64114d1cc39c8312d3 Mon Sep 17 00:00:00 2001 From: presslab-us Date: Sun, 29 Mar 2020 14:28:54 -0400 Subject: [PATCH] Support Iris hose faucet water timer 27087-03 (#3230) --- lib/extension/homeassistant.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/extension/homeassistant.js b/lib/extension/homeassistant.js index 06290a8d0..4f70eb681 100644 --- a/lib/extension/homeassistant.js +++ b/lib/extension/homeassistant.js @@ -1405,6 +1405,7 @@ const mapping = { 'E12-N1E': [cfg.light_brightness_colortemp_colorxy], '4040B': [cfg.sensor_power, switchWithPostfix('l1'), switchWithPostfix('l2')], '3460-L': [cfg.sensor_action, cfg.sensor_temperature, cfg.sensor_battery], + '27087-03': [cfg.switch, cfg.sensor_battery], }; Object.keys(mapping).forEach((key) => {