Remove name attribute from transmission services manifest (#92083)
parent
bd72ea11fc
commit
a164530a64
|
@ -26,12 +26,6 @@ remove_torrent:
|
|||
selector:
|
||||
config_entry:
|
||||
integration: transmission
|
||||
name:
|
||||
name: Name
|
||||
description: Instance name as entered during entry config
|
||||
example: Transmission
|
||||
selector:
|
||||
text:
|
||||
id:
|
||||
name: ID
|
||||
description: ID of a torrent
|
||||
|
@ -56,12 +50,6 @@ start_torrent:
|
|||
selector:
|
||||
config_entry:
|
||||
integration: transmission
|
||||
name:
|
||||
name: Name
|
||||
description: Instance name as entered during entry config
|
||||
example: Transmission
|
||||
selector:
|
||||
text:
|
||||
id:
|
||||
name: ID
|
||||
description: ID of a torrent
|
||||
|
@ -79,12 +67,6 @@ stop_torrent:
|
|||
selector:
|
||||
config_entry:
|
||||
integration: transmission
|
||||
name:
|
||||
name: Name
|
||||
description: Instance name as entered during entry config
|
||||
example: Transmission
|
||||
selector:
|
||||
text:
|
||||
id:
|
||||
name: ID
|
||||
description: ID of a torrent
|
||||
|
|
Loading…
Reference in New Issue