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
blueprint: | |
name: IKEA Somrig Controls (Z2M) | |
description: "## Control anything with IKEA Somrig Dimmer remote (v2.0) | |
Only for use with Zigbee2MQTT ([MQTT](https://www.home-assistant.io/integrations/mqtt) | |
+ [Z2M addon](https://www.zigbee2mqtt.io/guide/installation/03_ha_addon.html)). It has been updated to work with Zigbee2MQTT v2.0 | |
Adapted from https://gist.github.com/damru/b2c1c780ffb0ddc084952eb89db9573a |
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: dice-bleclient | |
friendly_name: Dice bluetooth client | |
esp32: | |
board: esp32dev | |
framework: | |
type: arduino | |
# Enable logging |
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
substitutions: | |
name: m5stack-atom-echo-1017b0 | |
friendly_name: dice_voiceassistant | |
dashboard_import: | |
package_import_url: github://esphome/firmware/voice-assistant/m5stack-atom-echo.yaml@main | |
esphome: | |
name: ${name} |