1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-13 17:44:45 +01:00
Files
core/homeassistant/components/renault/icons.json
T
reneboer 63ba49ce4c Add start_charge action to renault (#166701)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Norbert Rittel <norbert@rittel.de>
2026-03-27 22:31:48 +01:00

97 lines
2.0 KiB
JSON

{
"entity": {
"binary_sensor": {
"hvac_status": {
"default": "mdi:fan-off",
"state": {
"on": "mdi:fan"
}
}
},
"button": {
"flash_lights": {
"default": "mdi:lightbulb-on"
},
"sound_horn": {
"default": "mdi:bugle"
},
"start_air_conditioner": {
"default": "mdi:air-conditioner"
},
"start_charge": {
"default": "mdi:ev-station"
},
"stop_charge": {
"default": "mdi:ev-station"
}
},
"device_tracker": {
"location": {
"default": "mdi:car"
}
},
"select": {
"charge_mode": {
"default": "mdi:calendar-remove",
"state": {
"schedule_mode": "mdi:calendar-clock",
"scheduled": "mdi:calendar-clock"
}
}
},
"sensor": {
"battery_autonomy": {
"default": "mdi:ev-station"
},
"charge_state": {
"default": "mdi:flash-off",
"state": {
"charge_in_progress": "mdi:flash"
}
},
"charging_remaining_time": {
"default": "mdi:timer"
},
"charging_settings_mode": {
"default": "mdi:calendar-remove",
"state": {
"delayed": "mdi:calendar-clock",
"scheduled": "mdi:calendar-month"
}
},
"fuel_autonomy": {
"default": "mdi:gas-station"
},
"fuel_quantity": {
"default": "mdi:fuel"
},
"mileage": {
"default": "mdi:sign-direction"
},
"plug_state": {
"default": "mdi:power-plug-off",
"state": {
"plugged": "mdi:power-plug"
}
}
}
},
"services": {
"ac_cancel": {
"service": "mdi:hvac-off"
},
"ac_set_schedules": {
"service": "mdi:calendar-clock"
},
"ac_start": {
"service": "mdi:hvac"
},
"charge_set_schedules": {
"service": "mdi:calendar-clock"
},
"charge_start": {
"service": "mdi:ev-station"
}
}
}