mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17: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:
|
reconnect:
|
||||||
description: Reconnects your FRITZ!Box internet connection
|
description: Reconnects your FRITZ!Box internet connection
|
||||||
target:
|
fields:
|
||||||
entity:
|
device_id:
|
||||||
integration: fritz
|
name: Fritz!Box Device
|
||||||
domain: binary_sensor
|
description: Select the Fritz!Box to reconnect
|
||||||
|
required: true
|
||||||
|
selector:
|
||||||
|
device:
|
||||||
|
integration: fritz
|
||||||
|
entity:
|
||||||
|
device_class: connectivity
|
||||||
reboot:
|
reboot:
|
||||||
description: Reboots your FRITZ!Box
|
description: Reboots your FRITZ!Box
|
||||||
target:
|
fields:
|
||||||
entity:
|
device_id:
|
||||||
integration: fritz
|
name: Fritz!Box Device
|
||||||
domain: binary_sensor
|
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