The Echo Hub is the BEST* Amazon Smart Home Dashboard!
Smart Home Solver Smart Home Solver
610K subscribers
106,447 views
0

 Published On Feb 21, 2024

I tested the new Echo Hub in my smart home! Here's the good, bad, and who it's designed for.

Echo Hub: https://amzn.to/3IcIkfX
(affiliate links)

My smart home favorites: https://www.amazon.com/shop/smarthome...

FOLLOW ME
Subscribe to Smart Home Solver: https://bit.ly/3joO1dZ
Subscribe to Reed's Smart Home: http://bit.ly/3EulO02
Twitter:   / smarthomesolver  
Instagram:   / smarthomesolver  
TikTok:   / 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/7LV...

Ending song is The End by EVA.
https://open.spotify.com/artist/6UIs5...


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

show more

Share/Embed