Add entity translations to IntelliFire (#95466)
This commit is contained in:
parent
11fd43b1fc
commit
9ca288858b
7 changed files with 131 additions and 31 deletions
|
@ -45,7 +45,7 @@ class IntellifireFanEntityDescription(
|
|||
INTELLIFIRE_FANS: tuple[IntellifireFanEntityDescription, ...] = (
|
||||
IntellifireFanEntityDescription(
|
||||
key="fan",
|
||||
name="Fan",
|
||||
translation_key="fan",
|
||||
set_fn=lambda control_api, speed: control_api.set_fan_speed(speed=speed),
|
||||
value_fn=lambda data: data.fanspeed,
|
||||
speed_range=(1, 4),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue