mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix missing Guardian service strings (#37659)
This commit is contained in:
parent
99c815bcbd
commit
05f93f27df
@ -1,15 +1,39 @@
|
|||||||
# Describes the format for available Elexa Guardians services
|
# Describes the format for available Elexa Guardians services
|
||||||
disable_ap:
|
disable_ap:
|
||||||
description: Disable the device's onboard access point.
|
description: Disable the device's onboard access point.
|
||||||
|
fields:
|
||||||
|
entity_id:
|
||||||
|
description: The Guardian valve controller to affect.
|
||||||
|
area_id:
|
||||||
|
description: The area to affect.
|
||||||
enable_ap:
|
enable_ap:
|
||||||
description: Enable the device's onboard access point.
|
description: Enable the device's onboard access point.
|
||||||
|
fields:
|
||||||
|
entity_id:
|
||||||
|
description: The Guardian valve controller to affect.
|
||||||
|
area_id:
|
||||||
|
description: The area to affect.
|
||||||
reboot:
|
reboot:
|
||||||
description: Reboot the device.
|
description: Reboot the device.
|
||||||
|
fields:
|
||||||
|
entity_id:
|
||||||
|
description: The Guardian valve controller to affect.
|
||||||
|
area_id:
|
||||||
|
description: The area to affect.
|
||||||
reset_valve_diagnostics:
|
reset_valve_diagnostics:
|
||||||
description: Fully (and irrecoverably) reset all valve diagnostics.
|
description: Fully (and irrecoverably) reset all valve diagnostics.
|
||||||
|
fields:
|
||||||
|
entity_id:
|
||||||
|
description: The Guardian valve controller to affect.
|
||||||
|
area_id:
|
||||||
|
description: The area to affect.
|
||||||
upgrade_firmware:
|
upgrade_firmware:
|
||||||
description: Upgrade the device firmware.
|
description: Upgrade the device firmware.
|
||||||
fields:
|
fields:
|
||||||
|
entity_id:
|
||||||
|
description: The Guardian valve controller to affect.
|
||||||
|
area_id:
|
||||||
|
description: The area to affect.
|
||||||
url:
|
url:
|
||||||
description: (optional) The URL of the server hosting the firmware file.
|
description: (optional) The URL of the server hosting the firmware file.
|
||||||
example: https://repo.guardiancloud.services/gvc/fw
|
example: https://repo.guardiancloud.services/gvc/fw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user