I tested the new Echo Hub in my smart home! Here's the good, bad, and who it's designed for.
Echo Hub: [ Ссылка ]
(affiliate links)
My smart home favorites: [ Ссылка ]
FOLLOW ME
Subscribe to Smart Home Solver: [ Ссылка ]
Subscribe to Reed's Smart Home: [ Ссылка ]
Twitter: [ Ссылка ]
Instagram: [ Ссылка ]
TikTok: [ Ссылка ]
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: [ Ссылка ]
Ending song is The End by EVA.
[ Ссылка ]
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
Ещё видео!