diff --git a/homeassistant/components/renault/icons.json b/homeassistant/components/renault/icons.json index b8bbcdc91cc..75356fda411 100644 --- a/homeassistant/components/renault/icons.json +++ b/homeassistant/components/renault/icons.json @@ -28,7 +28,8 @@ "charge_mode": { "default": "mdi:calendar-remove", "state": { - "schedule_mode": "mdi:calendar-clock" + "schedule_mode": "mdi:calendar-clock", + "scheduled": "mdi:calendar-clock" } } }, diff --git a/homeassistant/components/renault/strings.json b/homeassistant/components/renault/strings.json index 0b0c3d87822..322f7a207d7 100644 --- a/homeassistant/components/renault/strings.json +++ b/homeassistant/components/renault/strings.json @@ -75,7 +75,8 @@ "state": { "always": "Instant", "always_charging": "[%key:component::renault::entity::select::charge_mode::state::always%]", - "schedule_mode": "Planner" + "schedule_mode": "Planner", + "scheduled": "Scheduled" } } },