fbpx

The Echo Hub is the BEST* Amazon Smart Home Dashboard!

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/smarthomesolver

FOLLOW ME
Subscribe to Smart Home Solver: https://bit.ly/3joO1dZ
Subscribe to Reed’s 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

source


Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.