mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Switch Fritz to device selector for services (#58005)
This commit is contained in:
parent
2148c84386
commit
1a9ac6b657
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user