Visitas: 3
Todo nuestro contenido lo tienes accesible desde diferentes portales, herramientas y redes sociales. Grupo de Telegram:
Facebook Isytec:
Twitter isytec
Instagram
#homeassistant #hassio #sonoff #isytec #isytecnet #juanisytec #Kodi #android ? Mucho más ? http://bit.ly/2RliEBI
☑️ TELEGRAM ?Grupo de Telegram : http://bit.ly/2Re9A1k | http://bit.ly/2we4xsP
? AQUI EL blog? https://ift.tt/2YEerzv
#smarthome #DIY #domoticafacil
Home Assistant Telegram ✅ Notificaciones [CORREGIDO] ?♻️? Agosto 2020
PARA EMPEZAR EN HOME ASSISTANT
=================================
? Raspberry Pi (Varios Modelos)? https://amzn.to/2J9pzwj (Kit completo para empezar)
? Cable MiniUSB ? https://amzn.to/2YxuQD8
UNOS BÁSICOS
===============
? Comprar el FTDI USB to Serial ? https://amzn.to/2Xlfd0f
❤️ Comprar SonOff Basic ? https://amzn.to/2Yxu3SG
? Kit Soldador y estaño ? https://amzn.to/2Yz9ENa
? Otros productos Sonoff ? https://amzn.to/2YrCyia
Home Assistant Telegram ✅ Notificaciones [CORREGIDO] ?♻️? Agosto 2020
Links de interés:
Grupo de Telegram : http://bit.ly/2Re9A1k
Grupo de Telegram Domotica: http://bit.ly/2we4xsP
Facebook Isytec: https://ift.tt/2z9P3Wl
Twitter isytec: https://twitter.com/isytecnet
Web Isytec: http://www.isytec.net
De que va este video…
isytec,isytecnet,manual home assistant,home assistant español,hass.io manual español,hass.io raspberry pi 3 b+,home assistant tutorial,home assistant raspberry pi,homeassistant,homeassistant manual español,home assistant manual español,home assistant raspberry pi español,home assistant google assistant,home assistant xiaomi gateway,Home assistant telegram,home assistant telegram notification,homeassistant telegram,notificaciones telegram,home assistant facil
TE RECOMIENDO QUE PARA EL API DE TELEGRAM Y EL CHATID USES SECRETS
CODIGO SI LO HACES COMO YO CON INCLUDES:
================================================
configuration.yaml
——————————–
notify: !include notify.yaml
telegram_bot: !include telegram_bot.yaml
telegram_bot.yaml
——————————-
– platform: polling
api_key: [AQUI PON TU API KEY]
allowed_chat_ids:
– [AQUI TU CHATID]
notify.yaml
—————————–
– name: telegram
platform: telegram
api_key: [AQUI PON TU API KEY]
chat_id: [AQUI TU CHATID]
Código a usar si lo haces todo desde Configuration.Yaml
================================================
telegram_bot:
– platform: polling
api_key: [AQUI PON TU API KEY]
allowed_chat_ids:
– [AQUI TU CHATID]
notify:
– name: telegram
platform: telegram
api_key: [AQUI PON TU API KEY]
chat_id: [AQUI TU CHATID]