mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-07 03:14:00 +00:00
Allow any number in above and below numeric condition (#18403)
This commit is contained in:
@@ -48,6 +48,7 @@ export class HaCardConditionNumericState extends LitElement {
|
||||
name: "above",
|
||||
selector: {
|
||||
number: {
|
||||
step: "any",
|
||||
mode: "box",
|
||||
unit_of_measurement: stateObj?.attributes.unit_of_measurement,
|
||||
},
|
||||
@@ -57,6 +58,7 @@ export class HaCardConditionNumericState extends LitElement {
|
||||
name: "below",
|
||||
selector: {
|
||||
number: {
|
||||
step: "any",
|
||||
mode: "box",
|
||||
unit_of_measurement: stateObj?.attributes.unit_of_measurement,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user