These instructions have moved to https://github.com/emporia-vue-local/esphome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| views: | |
| - badges: [] | |
| cards: | |
| - cards: | |
| - cards: | |
| - entity: sensor.time | |
| style: | | |
| ha-card { | |
| color: yellow; | |
| #--paper-item-icon-color: green; |
My working sample to export to MQTTS topic using app-service-configurable insecure mode for EdgeX Foundry Geneva release
- EdgeX Foundry Geneva release.
- Using
docker-app-service-configurable:1.2.0in insecure mode (without Secret Store).- A bit of a special method to get around the bug.
- Export to MQTTS topic using client certificate authentication.
In this case, use test.mosquitto.org for testing purposes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| views: | |
| - badges: [] | |
| cards: | |
| - cards: | |
| - cards: | |
| - entity: sensor.time | |
| style: | | |
| ha-card { | |
| color: yellow; | |
| #--paper-item-icon-color: green; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Simplest possible custom card | |
| // Does nothing. Doesn't look like anything | |
| class MyCustomCard extends HTMLElement { | |
| setConfig(config) { | |
| // The config object contains the configuration specified by the user in ui-lovelace.yaml | |
| // for your card. | |
| // It will minimally contain: | |
| // config.type = "custom:my-custom-card" |