Go to file
Mathias Scherer 0efe2dbe91
improves media player control
removes media player volume control (will be added later)
adds control for next, previous and play/pause
adds media player cover image
adds media title instead of media player name
2021-04-12 14:16:26 +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 improves media player control 2021-04-12 14:16:26 +02:00
.gitignore initial commit 2021-04-04 19:38:03 +02:00
MMM-HomeAssistant-Touch.css improves media player control 2021-04-12 14:16:26 +02:00
MMM-HomeAssistant-Touch.js improves media player control 2021-04-12 14:16:26 +02:00
node_helper.js improves media player control 2021-04-12 14:16:26 +02:00
package-lock.json initial commit 2021-04-04 19:38:03 +02:00
package.json initial commit 2021-04-04 19:38:03 +02:00
Readme.md extends readme a bit 2021-04-05 13:33:19 +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