Uploaded March 2023 | Updated September 2026, 2 weeks ago
I finally bought a Stream Deck and it's awesome! Here are 20 really useful smart home ideas I use on my Elgato Stream Deck.
Elgato Stream Deck: amzn.to/3K03LCS
(affiliate links)
How I set mine up:
The main integration I used was for Home Assistant github.com/cgiesche/streamdeck-homeassistant
This was probably the most stable Home Assistant thing I've ever used, so hats off to the developer for how well it works. If you are wondering how I got my NAS or anything displayed on the Stream Deck, it is most likely with this integration and Home Assistant.
When I first tried to add the integration it didn't work. I realized the URL I entered was wrong so I fixed it but it still didn't work. Then I removed the integration and tried again and it worked, so don't give up if you try it out.
The next issue was getting the info to actually display for certain sensors and devices. Make sure to enable "Enable custom labels" at the bottom and use the suggested variables like {{state}} for it to show up.
The other integration I used was for Apple Shortcuts. This is extremely powerful if you use a Mac. This is how I was using the Stream Deck to send text messages. You can also get it to run shell scripts in the terminal. So to put my computer asleep it runs "pmset sleepnow".
DISCOVER MORE
My Dream Smart Home Dashboard: youtu.be/ci1jWk5kL5Y
10 VERY Practical Home Automation Ideas: youtu.be/gF5646C4IOE
FOLLOW ME
Subscribe to Smart Home Solver: bit.ly/3joO1dZ
Subscribe to Reed's Smart Home: bit.ly/3EulO02
Twitter: twitter.com/SmartHomeSolver
Instagram: instagram.com/smarthomesolver
TikTok: tiktok.com/@smarthomesolver
0:00 Intro
0:16 What is it?
0:58 Spotify
1:46 Busy Switch
2:18 Website URLs
2:42 Speaker buttons
3:16 Room temperature reading
3:30 Thermostat cool down
3:51 Notifications
4:15 Solar power info
4:33 Weather
4:45 Window shades
5:12 Focus button
5:31 Garage door status
5:45 Text spouse
6:16 Lights in the room
6:38 Run automations
6:55 Battery levels
7:10 Computer CPU %
7:28 Mop the kitchen
7:49 Disable morning alarm
8:14 Go to bed automation
8:42 Getting work done
9:16 How did that get there?!
---------
MUSIC
Space Trooper by DivKid
The End by EVA
open.spotify.com/artist/6UIs5b0zSXztIW5GHkCTkK
I finally bought a Stream Deck and it's awesome! Here are 20 really useful smart home ideas I use on my Elgato Stream Deck.
Elgato Stream Deck: amzn.to/3K03LCS
(affiliate links)
How I set mine up:
The main integration I used was for Home Assistant github.com/cgiesche/streamdeck-homeassistant
This was probably the most stable Home Assistant thing I've ever used, so hats off to the developer for how well it works. If you are wondering how I got my NAS or anything displayed on the Stream Deck, it is most likely with this integration and Home Assistant.
When I first tried to add the integration it didn't work. I realized the URL I entered was wrong so I fixed it but it still didn't work. Then I removed the integration and tried again and it worked, so don't give up if you try it out.
The next issue was getting the info to actually display for certain sensors and devices. Make sure to enable "Enable custom labels" at the bottom and use the suggested variables like {{state}} for it to show up.
The other integration I used was for Apple Shortcuts. This is extremely powerful if you use a Mac. This is how I was using the Stream Deck to send text messages. You can also get it to run shell scripts in the terminal. So to put my computer asleep it runs "pmset sleepnow".
DISCOVER MORE
My Dream Smart Home Dashboard: youtu.be/ci1jWk5kL5Y
10 VERY Practical Home Automation Ideas: youtu.be/gF5646C4IOE
FOLLOW ME
Subscribe to Smart Home Solver: bit.ly/3joO1dZ
Subscribe to Reed's Smart Home: bit.ly/3EulO02
Twitter: twitter.com/SmartHomeSolver
Instagram: instagram.com/smarthomesolver
TikTok: tiktok.com/@smarthomesolver
0:00 Intro
0:16 What is it?
0:58 Spotify
1:46 Busy Switch
2:18 Website URLs
2:42 Speaker buttons
3:16 Room temperature reading
3:30 Thermostat cool down
3:51 Notifications
4:15 Solar power info
4:33 Weather
4:45 Window shades
5:12 Focus button
5:31 Garage door status
5:45 Text spouse
6:16 Lights in the room
6:38 Run automations
6:55 Battery levels
7:10 Computer CPU %
7:28 Mop the kitchen
7:49 Disable morning alarm
8:14 Go to bed automation
8:42 Getting work done
9:16 How did that get there?!
---------
MUSIC
Space Trooper by DivKid
The End by EVA
open.spotify.com/artist/6UIs5b0zSXztIW5GHkCTkK

![This is the BEST* Amazon Smart Home Dashboard! Echo Hub Review
I tested the new Echo Hub in my smart home! Heres the good, bad, and who its designed for.
Echo Hub: https://amzn.to/3IcIkfX
(affiliate links)
My smart home favorites: https://www.amazon.com/shop/smarthomesolver
FOLLOW ME
Subscribe to Smart Home Solver: https://bit.ly/3joO1dZ
Subscribe to Reeds Smart Home: http://bit.ly/3EulO02
Twitter: https://twitter.com/SmartHomeSolver
Instagram: https://www.instagram.com/smarthomesolver/
TikTok: https://www.tiktok.com/@smarthomesolver
0:00 Intro
0:30 Design
1:47 Smart Home Controls
4:34 UI Design
6:14 What’s missing
8:04 Who is this for?
9:06 Up Up Down Down Left Right Left Right Start Select
MUSIC
Doctor Momentum by Slynk
All of the music throughout is by Nihilore.
Spotify playlist: https://open.spotify.com/playlist/7LVYQYkdLFkkpJiGdkzX9K
Ending song is The End by EVA.
https://open.spotify.com/artist/6UIs5b0zSXztIW5GHkCTkK
alias: Dashboard cheat code
description:
trigger:
- platform: state
entity_id:
- input_button.up_button
condition: []
action:
- wait_for_trigger:
- platform: state
entity_id:
- input_button.up_button
- wait_for_trigger:
- platform: state
entity_id:
- input_button.down_button
- wait_for_trigger:
- platform: state
entity_id:
- input_button.down_button
- wait_for_trigger:
- platform: state
entity_id:
- input_button.left_button
- wait_for_trigger:
- platform: state
entity_id:
- input_button.right_button
- wait_for_trigger:
- platform: state
entity_id:
- input_button.left_button
- wait_for_trigger:
- platform: state
entity_id:
- input_button.right_button
- wait_for_trigger:
- platform: state
entity_id:
- input_button.start_button
- wait_for_trigger:
- platform: state
entity_id:
- input_button.select_button
- service: input_boolean.turn_on
target:
entity_id: input_boolean.secret_unlocked
data: {}
enabled: true
- delay:
hours: 0
minutes: 0
seconds: 10
milliseconds: 0
enabled: true
- service: input_boolean.turn_off
target:
entity_id: input_boolean.secret_unlocked
data: {}
enabled: true
mode: single This is the BEST* Amazon Smart Home Dashboard! Echo Hub Review](https://i.ytimg.com/vi/MtSojiNQH_4/mqdefault.jpg)








