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
| # =============================================================== | |
| # Code used in the breadboard test for the MCP23017 Port Expander | |
| # as shown in this YouTube Video: https://youtu.be/GyHiSyoyk_0 | |
| # =============================================================== | |
| esphome: | |
| name: analog-clock-leds | |
| friendly_name: analog-clock-leds | |
| esp8266: | |
| board: d1_mini |
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
| /* =================================================================== | |
| SAMPLE CODE Segments for Home Assistant MQTT Discovery | |
| This is NOT complete code but shows an example of generating a unique ID | |
| for topic/entity publishing based on the device MAC address. | |
| It also includes sample code for creating a Home Assistant device with four | |
| entities via MQTT Discovery, as shown here: | |
| Video: https://youtu.be/VHiCtZqllU8 | |
| Blog: https://resinchemtech.blogspot.com/2023/12/mqtt-auto-discovery.html | |
| It is highly recommended that you include some sort of end-user accessible setting to |
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
| esphome: | |
| name: apds9960-test | |
| friendly_name: apds9960-test | |
| esp32: | |
| board: esp32dev | |
| framework: | |
| type: esp-idf | |
| # Enable logging | |
| logger: |
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
| # Add DevTools back to Sidebar | |
| panel_custom: | |
| - name: panel_develop | |
| sidebar_title: Developer Tools | |
| sidebar_icon: mdi:hammer | |
| url_path: 'config/developer-tools' | |
| module_url: /api/hassio/app/entrypoint.js | |
| embed_iframe: true | |
| require_admin: true |
OlderNewer