mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Apply suggestions from code review
This commit is contained in:
committed by
GitHub
parent
c89ca4a0cf
commit
937cc14a1b
@@ -175,7 +175,7 @@ CIRCUIT_ENTITY_DESCRIPTIONS: tuple[ViCareNumberEntityDescription, ...] = (
|
||||
HeatingProgram.REDUCED_HEATING
|
||||
),
|
||||
value_setter=lambda api, value: api.setProgramTemperature(
|
||||
HeatingProgram.NORMAL_HEATING, value
|
||||
HeatingProgram.REDUCED_HEATING, value
|
||||
),
|
||||
min_value_getter=lambda api: api.getProgramMinTemperature(
|
||||
HeatingProgram.REDUCED_HEATING
|
||||
|
Reference in New Issue
Block a user