mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Allow any number in above and below numeric condition (#18403)
This commit is contained in:
parent
b0b7e77e28
commit
e8b4eeec67
@ -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,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user