1
0
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:
Manu
2026-03-06 19:38:26 +01:00
committed by Franck Nijhof
parent 5346895d9b
commit 6c3cebe413
2 changed files with 3 additions and 3 deletions

View File

@@ -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,
)

View File

@@ -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>,