mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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:
|
||||
name: Start A/C
|
||||
description: Start A/C on vehicle.
|
||||
fields:
|
||||
vehicle:
|
||||
@ -25,6 +26,7 @@ ac_start:
|
||||
text:
|
||||
|
||||
ac_cancel:
|
||||
name: Cancel A/C
|
||||
description: Cancel A/C on vehicle.
|
||||
fields:
|
||||
vehicle:
|
||||
@ -36,6 +38,7 @@ ac_cancel:
|
||||
integration: renault
|
||||
|
||||
charge_set_schedules:
|
||||
name: Update charge schedule
|
||||
description: Update charge schedule on vehicle.
|
||||
fields:
|
||||
vehicle:
|
||||
|
Loading…
x
Reference in New Issue
Block a user