Add scheduled mode to renault charge mode (#105967)

Add scheduled to renault charge mode - fixes #105751
This commit is contained in:
slyoldfox 2024-03-12 08:34:21 +01:00 committed by GitHub
parent 4f4391bd09
commit 6c35ae06a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

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

View file

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