mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 08:26:41 +01:00
Restore support for number entities as limits in moisture conditions and triggers (#166608)
This commit is contained in:
committed by
Franck Nijhof
parent
ff79943776
commit
af9f351fce
@@ -19,6 +19,8 @@
|
||||
unit_of_measurement: "%"
|
||||
- domain: sensor
|
||||
device_class: moisture
|
||||
- domain: number
|
||||
device_class: moisture
|
||||
|
||||
.moisture_threshold_number: &moisture_threshold_number
|
||||
min: 0
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
.moisture_threshold_entity: &moisture_threshold_entity
|
||||
- domain: input_number
|
||||
unit_of_measurement: "%"
|
||||
- domain: number
|
||||
device_class: moisture
|
||||
- domain: sensor
|
||||
device_class: moisture
|
||||
|
||||
|
||||
Reference in New Issue
Block a user