Add bedroom plant sensor
This commit is contained in:
parent
0acdbef42f
commit
da300f8987
@ -176,6 +176,8 @@ ble_monitor:
|
|||||||
mac: '7C:49:EB:30:61:CE'
|
mac: '7C:49:EB:30:61:CE'
|
||||||
- name: 'Thuja Pot'
|
- name: 'Thuja Pot'
|
||||||
mac: 'C4:7C:8D:6C:5B:25'
|
mac: 'C4:7C:8D:6C:5B:25'
|
||||||
|
- name: 'Bedroom Plant'
|
||||||
|
mac: 'C4:7C:8D:6C:59:D5'
|
||||||
- name: 'Living Room Plant'
|
- name: 'Living Room Plant'
|
||||||
mac: 'C4:7C:8D:6C:59:D0'
|
mac: 'C4:7C:8D:6C:59:D0'
|
||||||
sensor:
|
sensor:
|
||||||
@ -415,6 +417,7 @@ input_select:
|
|||||||
- Auto
|
- Auto
|
||||||
- Silent
|
- Silent
|
||||||
- Favorite
|
- Favorite
|
||||||
|
- Fan
|
||||||
icon: "mdi:animation-outline"
|
icon: "mdi:animation-outline"
|
||||||
# Bedroom Air Purifier
|
# Bedroom Air Purifier
|
||||||
bedroom_air_purifier_mode:
|
bedroom_air_purifier_mode:
|
||||||
@ -423,6 +426,7 @@ input_select:
|
|||||||
- Auto
|
- Auto
|
||||||
- Silent
|
- Silent
|
||||||
- Favorite
|
- Favorite
|
||||||
|
- Fan
|
||||||
icon: "mdi:animation-outline"
|
icon: "mdi:animation-outline"
|
||||||
home_mode:
|
home_mode:
|
||||||
name: Home mode
|
name: Home mode
|
||||||
@ -449,4 +453,11 @@ input_number:
|
|||||||
min: 0
|
min: 0
|
||||||
max: 14
|
max: 14
|
||||||
step: 1
|
step: 1
|
||||||
icon: "mdi:weather-windy"
|
icon: "mdi:weather-windy"
|
||||||
|
xiaomi_miio_device_fan_level:
|
||||||
|
name: "Fan level"
|
||||||
|
initial: 1
|
||||||
|
min: 1
|
||||||
|
max: 3
|
||||||
|
step: 1
|
||||||
|
icon: "mdi:weather-windy"
|
||||||
|
Loading…
Reference in New Issue
Block a user