Skip to content

Instantly share code, notes, and snippets.

@mukowman
mukowman / wican.yaml
Created September 19, 2023 15:17
WiCAN Esphome
substitutions:
device_name: wican
esp32:
variant: ESP32C3
board: esp32-c3-devkitm-1
esphome:
name: ${device_name}
@mukowman
mukowman / Endpoint URLs and item IDs.OUTLOOK.yaml
Created July 1, 2020 05:41
Retrieves and displays REST and EWS endpoint URLs and item IDs, and converts item IDs for different protocols.
name: Endpoint URLs and item IDs
description: >-
Retrieves and displays REST and EWS endpoint URLs and item IDs, and converts
item IDs for different protocols.
host: OUTLOOK
api_set: {}
script:
content: |
$("#run").click(run);