diff --git a/homeassistant/components/fritz/services.yaml b/homeassistant/components/fritz/services.yaml index 87b0e6fca71..16e54176248 100644 --- a/homeassistant/components/fritz/services.yaml +++ b/homeassistant/components/fritz/services.yaml @@ -1,13 +1,24 @@ reconnect: description: Reconnects your FRITZ!Box internet connection - target: - entity: - integration: fritz - domain: binary_sensor - + fields: + device_id: + name: Fritz!Box Device + description: Select the Fritz!Box to reconnect + required: true + selector: + device: + integration: fritz + entity: + device_class: connectivity reboot: description: Reboots your FRITZ!Box - target: - entity: - integration: fritz - domain: binary_sensor + fields: + device_id: + name: Fritz!Box Device + description: Select the Fritz!Box to reboot + required: true + selector: + device: + integration: fritz + entity: + device_class: connectivity