diff --git a/README.md b/README.md index 0c208c1..33e6595 100644 --- a/README.md +++ b/README.md @@ -150,14 +150,15 @@ This example pulls the info from a media player entity in Home Assistant. It on module: 'MMM-HomeAssistantDisplay', position: 'top_right', config: { - host: "192.168.1.10", - token: "..." + host: "YOUR_HOME_ASSISTANT_HOST", + token: "YOUR_HOME_ASSISTANT_TOKEN", port: 8123, useTLS: false, class: "HAvalues", sections: [{ displayTemplate: ` Post: {{states('sensor.postleverans')}}
+ ` }] } }