- 1. Table of content
- 2. What is this Plugin?
- 3. Setup
- 4. How to use it?
- 5. Support / Feedback
- 6. How to contribute?
- 7. Sponsor me!
This Loupedeck Plugin allows you to control your home with HomeAssistant
It is in a very basic state. You can only call services that need no parameters. There is only a windows version of it. The code is really hacky, there are no plausibiliy controls etc. so expect crashing the loupedesk exe.
Take a look here https://github.com/schmic/Loupedeck-HomeAssistant for a websocket bases solution under active development.
Install (if available) a binary release of the plugin.
create a homeassistant.json like this
{
"token": "YourLongLivedToken",
"url": "http://homeassistant.local:8123/api/",
"entries": [
{
"service": "light.turn_on",
"entities": [
"light.light_1",
"light.light_2",
"light.light_4"
]
},
{
"service": "switch.toggle",
"entities": [
"switch.plug_1",
"switch.cover_3",
"switch.light_65"
]
}
]
}
replace the fields with your values.
place the file in %userprofile%\.loupedeck\homeassistant\
as homeassistant.json
- Install the Plugin
- Create a config
- Add Actions to Loupedeck
- Have fun controlling your home
As addition see this video youtube or the discussion in the home assistant community
You found a bug? You have a feature request? I would love to hear about it here or click on the "Issues" tab here on the GitHub repositorie!
Just fork the repository and create PR's.