From 05f93f27dfac2430de2eb6fe8a1a68b0dccac6e8 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Wed, 8 Jul 2020 14:51:42 -0600 Subject: [PATCH] Fix missing Guardian service strings (#37659) --- .../components/guardian/services.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/homeassistant/components/guardian/services.yaml b/homeassistant/components/guardian/services.yaml index 42565448451..9d1cef25227 100644 --- a/homeassistant/components/guardian/services.yaml +++ b/homeassistant/components/guardian/services.yaml @@ -1,15 +1,39 @@ # Describes the format for available Elexa Guardians services disable_ap: 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: 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: description: Reboot the device. + fields: + entity_id: + description: The Guardian valve controller to affect. + area_id: + description: The area to affect. reset_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: description: Upgrade the device firmware. fields: + entity_id: + description: The Guardian valve controller to affect. + area_id: + description: The area to affect. url: description: (optional) The URL of the server hosting the firmware file. example: https://repo.guardiancloud.services/gvc/fw