mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +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",
|
name: "above",
|
||||||
selector: {
|
selector: {
|
||||||
number: {
|
number: {
|
||||||
|
step: "any",
|
||||||
mode: "box",
|
mode: "box",
|
||||||
unit_of_measurement: stateObj?.attributes.unit_of_measurement,
|
unit_of_measurement: stateObj?.attributes.unit_of_measurement,
|
||||||
},
|
},
|
||||||
@ -57,6 +58,7 @@ export class HaCardConditionNumericState extends LitElement {
|
|||||||
name: "below",
|
name: "below",
|
||||||
selector: {
|
selector: {
|
||||||
number: {
|
number: {
|
||||||
|
step: "any",
|
||||||
mode: "box",
|
mode: "box",
|
||||||
unit_of_measurement: stateObj?.attributes.unit_of_measurement,
|
unit_of_measurement: stateObj?.attributes.unit_of_measurement,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user