fixtSE
FixtSEFixtSE
en Englishes Espanol
Blog
Membresia
Tienda
Scribe
Acerca de
en Englishes Espanol
Blog
Membresia
Tienda
Scribe
Acerca de

Youtube
Instagram
RSS
Github
Membresia
Privacidad
Fixt•
Actualizado: Apr 21, 2024—6 min read

Dominando las automatizaciones de Home Assistant: edición gaming

Escrito por: Fixt

Si estas suscrito al canal
inicia sesion con tu cuenta de Google para acceder a la experiencia de tutorial inteligente.

Tabla de contenidos
Integración de WebOSHASS AgentComplemento de Visual Studio CodeWake On LanCambiar dispositivos de pantalla y salida de sonido en WindowsCrear algunos helpersScripts de Modo JuegoCómo activarloVoz y sensor de vibraciónEtiqueta NFC

Destacados

Relacionados

Etiquetas

Home-Assistant
Automatización
Tutorial

Si te gusta mi trabajo, considera apoyarme en Ko-fi.

← Volver al blog

Etiquetas

Home-Assistant
Automatización
Tutorial
← Volver al blog

Destacados

Relacionados

Etiquetas

Home-Assistant
Automatización
Tutorial
Tu navegador no admite la etiqueta de video.

Integración de WebOS
#

Open your Home Assistant and show de integration menu

HASS Agent
#

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.
Open your Home Assistant and show de integration menu

Complemento de Visual Studio Code
#

Open your Home Assistant instance and show the dashboard of a Supervisor add-on.

Wake On Lan
#

homeassistant/configuration.yaml

wake_on_lan:
 
switch:
  - platform: wake_on_lan
    name: "PC"
    mac: !secret pc_mac
    host: !secret pc_ip
    turn_off:
      service: button.press
      data:
        entity_id: button.desktop_fixt_shutdown
Para usar esta función, tu TV debe estar conectada a la red mediante Ethernet y debes habilitar la función LG Connect Apps en los ajustes de red de la TV.

homeassistant/automations.yaml

alias: "Turn On Living Room TV with WakeOnLan"
trigger:
  - platform: webostv.turn_on
    entity_id: media_player.lg_webos_smart_tv
action:
  - service: wake_on_lan.send_magic_packet
    data:
      mac: aa:bb:cc:dd:ee:ff

Cambiar dispositivos de pantalla y salida de sonido en Windows
#

  • MultiMonitorTool
  • SoundVolumeCommandLine
  • SoundVolumeView
AutoLogon: Puedes encontrar la herramienta AutoLogon aquí

Crear algunos helpers
#

homeassistant/configuration.yaml

mqtt:
  binary_sensor:
    - name: "PC Status"
      state_topic: "homeassistant/sensor/DESKTOP-Fixt/availability"
      payload_on: "online"
      payload_off: "offline"
      value_template: "{{ value_json.state }}"
Open your Home Assistant instance and show your helper entities.
issteamopen

Scripts de Modo Juego
#

Cómo activarlo
#

Voz y sensor de vibración
#

Aqara Vibration Sensor
  • Amazon
Aqara Vibration Sensor
  • Aliexpress
  • Amazon
Usar los enlaces de afiliado de arriba ayuda a apoyar el canal y todo el contenido que creo 🎉🙌
Open your Home Assistant instance and show your helper entities.
iscontrolleroutofplace

Etiqueta NFC
#

NFC Tag
  • Aliexpress
  • Amazon
Usar los enlaces de afiliado de arriba ayuda a apoyar el canal y todo el contenido que creo 🎉🙌

homeassistant/automations.yaml

alias: Game Mode Tag Scanned
description: ""
mode: single
trigger:
  - platform: tag
    tag_id: 093a435c-df27-4289-8382-9bf75a42ffc2
    id: game_tag
condition: []
action:
  - service: input_boolean.toggle
    metadata: {}
    data: {}
    target:
      entity_id: input_boolean.iscontrolleroutofplace
mode: single
YouTube Subscriber Access
ZIP

YouTube Subscriber Benefit

This zip is free for all our YouTube subscribers!

Log in with your Google account to access it on our website.

Subscribe to our channel

💡 Validation Tip

If you have trouble with this feature, make sure your subscription list is public in your YouTube settings, under "Privacy".

YouTube Subscriber Access
SCRIPTS

YouTube Subscriber Benefit

This scripts is free for all our YouTube subscribers!

Log in with your Google account to access it on our website.

Subscribe to our channel

💡 Validation Tip

If you have trouble with this feature, make sure your subscription list is public in your YouTube settings, under "Privacy".

YouTube Subscriber Access
AUTOMATION

YouTube Subscriber Benefit

This automation is free for all our YouTube subscribers!

Log in with your Google account to access it on our website.

Subscribe to our channel

💡 Validation Tip

If you have trouble with this feature, make sure your subscription list is public in your YouTube settings, under "Privacy".

YouTube Subscriber Access
SCRIPTS

YouTube Subscriber Benefit

This scripts is free for all our YouTube subscribers!

Log in with your Google account to access it on our website.

Subscribe to our channel

💡 Validation Tip

If you have trouble with this feature, make sure your subscription list is public in your YouTube settings, under "Privacy".

YouTube Subscriber Access
AUTOMATIONS

YouTube Subscriber Benefit

This automations is free for all our YouTube subscribers!

Log in with your Google account to access it on our website.

Subscribe to our channel

💡 Validation Tip

If you have trouble with this feature, make sure your subscription list is public in your YouTube settings, under "Privacy".