Change shelly trv precision to what is supported (#79672)
change shelly trv precision to what is supported Shelly TRVs do support half-degree steps, change this accordingly.
This commit is contained in:
parent
2452e70e29
commit
24e9f6285d
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ SHBLB_1_RGB_EFFECTS: Final = {
|
|||
SHTRV_01_TEMPERATURE_SETTINGS: Final = {
|
||||
"min": 4,
|
||||
"max": 31,
|
||||
"step": 1,
|
||||
"step": 0.5,
|
||||
}
|
||||
|
||||
# Kelvin value for colorTemp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue