Go to file
2023-10-20 18:23:44 +02:00
helpers adds basic media_player volume handling 2021-04-05 01:10:15 +02:00
screenshots adds Readme 2021-04-05 13:28:43 +02:00
UIClasses Affichage des boutons avec un texte personnalisé 2023-10-20 18:06:20 +02:00
.gitignore initial commit 2021-04-04 19:38:03 +02:00
MMM-HomeAssistant-Touch.css modification du css pour que se soit plus jolie quand on met des icones 2023-10-20 18:23:44 +02:00
MMM-HomeAssistant-Touch.js Affichage des boutons avec un texte personnalisé 2023-10-20 18:06:20 +02:00
node_helper.js Reconnection fix (#2) 2021-09-18 01:44:14 +02:00
package-lock.json Reconnection fix (#2) 2021-09-18 01:44:14 +02:00
package.json Reconnection fix (#2) 2021-09-18 01:44:14 +02:00
Readme.md extends readme a bit 2021-04-05 13:33:19 +02:00
yarn.lock Reconnection fix (#2) 2021-09-18 01:44:14 +02:00

MMM-HomeAssistant-Touch

This module provides an integration to HomeAssitant with touch controls. It also supports multiple HomeAssistant hosts and connections. You can achieve this by adding the module multiple times to the config.js with different configurations

Currently the following modules are supported:

  • Cover
  • Media Player
  • Switch
  • Light

Connection

This module communicatates via Rest API with HomeAssistant and registers websocket listeners for state upates.

Config

This are the possible configuration options and the default values set by the module.

{
    host: "http://127.0.0.1",
    port: 8123,
    token: "NOT_VALID",
    ignoreCert: false,
    entities: ["ENTITY_ID"],
}

Screenshots

1 2 3