diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..c53115d --- /dev/null +++ b/Readme.md @@ -0,0 +1,30 @@ +# 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. + +```javascript +{ + host: "http://127.0.0.1", + port: 8123, + token: "NOT_VALID", + ignoreCert: false, + entities: ["ENTITY_ID"], +} +``` + +## Screenshots + +![1](./screenshots/1.png) +![2](./screenshots/2.png) +![3](./screenshots/3.png) diff --git a/screenshots/1.png b/screenshots/1.png new file mode 100644 index 0000000..2caadf3 Binary files /dev/null and b/screenshots/1.png differ diff --git a/screenshots/2.png b/screenshots/2.png new file mode 100644 index 0000000..79d7099 Binary files /dev/null and b/screenshots/2.png differ diff --git a/screenshots/3.png b/screenshots/3.png new file mode 100644 index 0000000..9e09e01 Binary files /dev/null and b/screenshots/3.png differ