Improve air conditioner support

This commit is contained in:
Andre Basche 2023-05-08 02:05:04 +02:00
parent 6935f5f07f
commit a5c7b99569
6 changed files with 78 additions and 49 deletions

View file

@ -146,7 +146,7 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = {
),
"AC": (
NumberEntityDescription(
key="startProgram.tempSel",
key="settings.tempSel",
name="Target Temperature",
entity_category=EntityCategory.CONFIG,
icon="mdi:thermometer",