Make hot/cold thresholds configurable

This commit is contained in:
2026-02-01 18:40:26 -05:00
parent 0d12bd36cd
commit f66de6300f

View File

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