homeassistant-ssh icon indicating copy to clipboard operation
homeassistant-ssh copied to clipboard

Unable to configure on off switch

Open GabrielPearce opened this issue 1 year ago • 1 comments

trying to configure a switch so that google assistant/homebridge can detect this to turn on and off devices

example of what I have used in the past (not with homeassistant-ssh)

  • platform: wake_on_lan name: "example" mac: "01:01:01:01:01;01" turn_off: service: shell_command.turn_off

    I have been trying to configure this with:

    • platform: wake_on_lan mac: 18:C0:4D:0D:33:C3 name: "gabe-pc" host: 192.168.1.71 turn_off: service: ssh.run_action data: key: "turn_off"

    However this does not work, please let me know if I am missing something. It would be great if there was a toggle switch for this (off being ssh comand and on being WOL command)

GabrielPearce avatar Nov 20 '23 09:11 GabrielPearce