diff --git a/homeassistant/components/input_button/services.yaml b/homeassistant/components/input_button/services.yaml index 7c57fcff272..8e737ac7055 100644 --- a/homeassistant/components/input_button/services.yaml +++ b/homeassistant/components/input_button/services.yaml @@ -2,3 +2,5 @@ press: target: entity: domain: input_button + +reload: diff --git a/homeassistant/components/input_button/strings.json b/homeassistant/components/input_button/strings.json index b51d04926f5..d36871917a9 100644 --- a/homeassistant/components/input_button/strings.json +++ b/homeassistant/components/input_button/strings.json @@ -18,6 +18,10 @@ "press": { "name": "Press", "description": "Mimics the physical button press on the device." + }, + "reload": { + "name": "[%key:common::action::reload%]", + "description": "Reloads helpers from the YAML-configuration." } } }