this post was submitted on 07 Jan 2026
111 points (100.0% liked)

homeassistant

18616 readers
38 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ikidd@lemmy.world 1 points 1 month ago (2 children)

That's a good solution. What is your PC controls yaml if it isn't too private?

[โ€“] Lyra_Lycan@lemmy.blahaj.zone 1 points 1 month ago* (last edited 1 month ago)

But sorry, did you mean the whole controls/sensors section?

[โ€“] Lyra_Lycan@lemmy.blahaj.zone 1 points 1 month ago* (last edited 1 month ago) (1 children)

Sorry, that would help wouldn't it aha
In templatesensors.yaml:

  - switch:
      unique_id: pc_admin_controls
      name: Admin Controls
      icon: mdi:shield-crown-outline
      turn_on: []
      turn_off: []

I made it a while ago. I believe it could also be made in helpers UI now, in Settings > Devices and Services > Helpers > Create Helper > Toggle, and setting a name and icon, and saving. It'll be input_boolean.switch_name and is functionally the same, as my conditional cards do the actions

[โ€“] ikidd@lemmy.world 2 points 1 month ago (2 children)

I was just curious what functions you were running on the PC that you wanted to control via HA.

I used to use Has Agent, now I have LNXlink, which had quick buttons for lock, log out, ctrl-F4 and alt-F4, and power controls. I also have media player functions for watching stuff and controlling from the couch. I tried to share yaml but I think it bypassed a comment limit