mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
Change setpoint step size in IronOS integration (#164979)
This commit is contained in:
@@ -358,7 +358,7 @@ PINECIL_SETPOINT_NUMBER_DESCRIPTION = IronOSNumberEntityDescription(
|
||||
native_max_value=MAX_TEMP,
|
||||
native_min_value_f=MIN_TEMP_F,
|
||||
native_max_value_f=MAX_TEMP_F,
|
||||
native_step=5,
|
||||
native_step=1,
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -833,7 +833,7 @@
|
||||
'max': 450,
|
||||
'min': 10,
|
||||
'mode': <NumberMode.BOX: 'box'>,
|
||||
'step': 5,
|
||||
'step': 1,
|
||||
}),
|
||||
'config_entry_id': <ANY>,
|
||||
'config_subentry_id': <ANY>,
|
||||
@@ -872,7 +872,7 @@
|
||||
'max': 450,
|
||||
'min': 10,
|
||||
'mode': <NumberMode.BOX: 'box'>,
|
||||
'step': 5,
|
||||
'step': 1,
|
||||
'unit_of_measurement': <UnitOfTemperature.CELSIUS: '°C'>,
|
||||
}),
|
||||
'context': <ANY>,
|
||||
|
||||
Reference in New Issue
Block a user