From 77284c746aca2613fd0f41c51aca082cd37a4e2b Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 25 Feb 2024 14:31:53 +0100 Subject: [PATCH] Add icons translations for ambiclimate (#111322) --- homeassistant/components/ambiclimate/icons.json | 7 +++++++ homeassistant/components/ambiclimate/strings.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 homeassistant/components/ambiclimate/icons.json diff --git a/homeassistant/components/ambiclimate/icons.json b/homeassistant/components/ambiclimate/icons.json new file mode 100644 index 00000000000..cce21c18c20 --- /dev/null +++ b/homeassistant/components/ambiclimate/icons.json @@ -0,0 +1,7 @@ +{ + "services": { + "set_comfort_mode": "mdi:auto-mode", + "send_comfort_feedback": "mdi:thermometer-checked", + "set_temperature_mode": "mdi:thermometer" + } +} diff --git a/homeassistant/components/ambiclimate/strings.json b/homeassistant/components/ambiclimate/strings.json index 2b55f7bebb6..bb008388c53 100644 --- a/homeassistant/components/ambiclimate/strings.json +++ b/homeassistant/components/ambiclimate/strings.json @@ -40,7 +40,7 @@ }, "value": { "name": "Comfort value", - "description": "Send any of the following comfort values: too_hot, too_warm, bit_warm, comfortable, bit_cold, too_cold, freezing\n." + "description": "Send any of the following comfort values: too_hot, too_warm, bit_warm, comfortable, bit_cold, too_cold, freezing." } } },