Adjust min/max for Gas Ceiling

This commit is contained in:
Joshua Boniface 2024-06-11 09:55:37 -04:00
parent 88822caf26
commit 56abcb793a

View File

@ -716,8 +716,8 @@ number:
- platform: template - platform: template
name: "Gas Ceiling (kΩ)" name: "Gas Ceiling (kΩ)"
id: gas_ceiling_setter id: gas_ceiling_setter
min_value: 25 min_value: 10
max_value: 350 max_value: 500
step: 1 step: 1
entity_category: config entity_category: config
lambda: |- lambda: |-