1
0
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:
Erik Montnemery
2026-03-26 16:42:51 +01:00
committed by Franck Nijhof
parent ff79943776
commit af9f351fce
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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