mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix missing name in Renault service descriptions (#96075)
This commit is contained in:
parent
1aecbb9bd5
commit
25b8593486
@ -1,4 +1,5 @@
|
|||||||
ac_start:
|
ac_start:
|
||||||
|
name: Start A/C
|
||||||
description: Start A/C on vehicle.
|
description: Start A/C on vehicle.
|
||||||
fields:
|
fields:
|
||||||
vehicle:
|
vehicle:
|
||||||
@ -25,6 +26,7 @@ ac_start:
|
|||||||
text:
|
text:
|
||||||
|
|
||||||
ac_cancel:
|
ac_cancel:
|
||||||
|
name: Cancel A/C
|
||||||
description: Cancel A/C on vehicle.
|
description: Cancel A/C on vehicle.
|
||||||
fields:
|
fields:
|
||||||
vehicle:
|
vehicle:
|
||||||
@ -36,6 +38,7 @@ ac_cancel:
|
|||||||
integration: renault
|
integration: renault
|
||||||
|
|
||||||
charge_set_schedules:
|
charge_set_schedules:
|
||||||
|
name: Update charge schedule
|
||||||
description: Update charge schedule on vehicle.
|
description: Update charge schedule on vehicle.
|
||||||
fields:
|
fields:
|
||||||
vehicle:
|
vehicle:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user