mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 14:47:38 +00:00
Fix demo number entity (#45991)
This commit is contained in:
parent
6fdb12c09d
commit
7144c5f316
@ -21,7 +21,7 @@ async def async_setup_platform(hass, config, async_add_entities, discovery_info=
|
|||||||
DemoNumber(
|
DemoNumber(
|
||||||
"pwm1",
|
"pwm1",
|
||||||
"PWM 1",
|
"PWM 1",
|
||||||
42.0,
|
0.42,
|
||||||
"mdi:square-wave",
|
"mdi:square-wave",
|
||||||
False,
|
False,
|
||||||
0.0,
|
0.0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user