| helpers | ||
| screenshots | ||
| UIClasses | ||
| .gitignore | ||
| MMM-HomeAssistant-Touch.css | ||
| MMM-HomeAssistant-Touch.js | ||
| node_helper.js | ||
| package-lock.json | ||
| package.json | ||
| Readme.md | ||
MMM-HomeAssistant-Touch
This module provides an integration to HomeAssitant with touch controls
Currently the following modules are supported:
- Cover
- Media Player
- Switch
- Light
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"],
}


