Fix missing Guardian service strings (#37659)

This commit is contained in:
Aaron Bach 2020-07-08 14:51:42 -06:00 committed by GitHub
parent 99c815bcbd
commit 05f93f27df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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