Make hot/cold thresholds configurable
This commit is contained in:
@@ -1034,6 +1034,34 @@ views:
|
||||
state_color: true
|
||||
title: Weather
|
||||
column_span: 1
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Thresholds
|
||||
heading_style: title
|
||||
- type: custom:auto-entities
|
||||
card:
|
||||
type: entities
|
||||
filter:
|
||||
include:
|
||||
- options: {}
|
||||
domain: input_number
|
||||
entity_id: '*hot_threshold'
|
||||
sort:
|
||||
method: entity_id
|
||||
exclude: []
|
||||
- type: custom:auto-entities
|
||||
card:
|
||||
type: entities
|
||||
filter:
|
||||
include:
|
||||
- options: {}
|
||||
domain: input_number
|
||||
entity_id: '*cold_threshold'
|
||||
sort:
|
||||
method: entity_id
|
||||
exclude: []
|
||||
column_span: 2
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
|
||||
Reference in New Issue
Block a user