mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
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
@ -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…
x
Reference in New Issue
Block a user