From da300f8987328f9cb1e9144cd91c9c1ce47e64f4 Mon Sep 17 00:00:00 2001 From: pgrondek Date: Sat, 20 Feb 2021 03:17:03 +0100 Subject: [PATCH] Add bedroom plant sensor --- automations/files/configuration.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/automations/files/configuration.yaml b/automations/files/configuration.yaml index a43db2c..6168185 100644 --- a/automations/files/configuration.yaml +++ b/automations/files/configuration.yaml @@ -176,6 +176,8 @@ ble_monitor: mac: '7C:49:EB:30:61:CE' - name: 'Thuja Pot' mac: 'C4:7C:8D:6C:5B:25' + - name: 'Bedroom Plant' + mac: 'C4:7C:8D:6C:59:D5' - name: 'Living Room Plant' mac: 'C4:7C:8D:6C:59:D0' sensor: @@ -415,6 +417,7 @@ input_select: - Auto - Silent - Favorite + - Fan icon: "mdi:animation-outline" # Bedroom Air Purifier bedroom_air_purifier_mode: @@ -423,6 +426,7 @@ input_select: - Auto - Silent - Favorite + - Fan icon: "mdi:animation-outline" home_mode: name: Home mode @@ -449,4 +453,11 @@ input_number: min: 0 max: 14 step: 1 - icon: "mdi:weather-windy" \ No newline at end of file + icon: "mdi:weather-windy" + xiaomi_miio_device_fan_level: + name: "Fan level" + initial: 1 + min: 1 + max: 3 + step: 1 + icon: "mdi:weather-windy"