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." } } },