mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-14 07:04:23 -04:00
Correct name for IH #22
This commit is contained in:
parent
e2f7f15a5f
commit
2aa1d3df01
7 changed files with 10 additions and 9 deletions
|
@ -4,7 +4,7 @@ import logging
|
|||
|
||||
from pyhon import Hon
|
||||
from pyhon.appliance import HonAppliance
|
||||
from pyhon.parameter import HonParameterFixed
|
||||
from pyhon.parameter.fixed import HonParameterFixed
|
||||
|
||||
from homeassistant.components.select import SelectEntity, SelectEntityDescription
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
|
@ -76,7 +76,7 @@ SELECTS = {
|
|||
entity_category=EntityCategory.CONFIG,
|
||||
),
|
||||
),
|
||||
"IV": (
|
||||
"IH": (
|
||||
SelectEntityDescription(
|
||||
key="startProgram.program",
|
||||
name="Program",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue