This file contains 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
sequence: | |
- variables: | |
awtrix_topic: >- | |
{{ states((device_entities(awtrix_device) | | |
select('search','device_topic') | list)[0]) }} | |
- action: mqtt.publish | |
metadata: {} | |
data: | |
topic: "{{awtrix_topic}}/custom/{{app_name}}" | |
payload: |- |
This file contains 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
alias: Octopus Free Electricity Started | |
description: "" | |
trigger: | |
- platform: calendar | |
event: start | |
entity_id: calendar.system | |
condition: | |
- condition: template | |
value_template: "{{ trigger.calendar_event.summary | lower == 'free electricity' }}" | |
action: |
This file contains 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
service: rest_command.mealie_add_to_groceries | |
data: { | |
note: "Butter" | |
} |
This file contains 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
type: custom:auto-entities | |
card: | |
type: custom:battery-state-card | |
title: Personal Devices | |
filter: | |
include: | |
- integration: battery_notes | |
domain: sensor | |
attributes: | |
device_class: battery |
This file contains 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
alias: Assist - Play Notifications | |
description: Play notifications list | |
trigger: | |
- platform: conversation | |
command: | |
- (What are my|Play [my]) notifications | |
condition: [] | |
action: | |
- service: todo.get_items | |
target: |
This file contains 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
alias: Add unique to-do | |
mode: single | |
icon: mdi:clipboard-list | |
sequence: | |
- service: todo.get_items | |
target: | |
entity_id: "{{ list }}" | |
data: | |
status: needs_action | |
response_variable: mylistneedsaction |
This file contains 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
# M5 Atom Matrix Configuration for m5atom01 which is an M5Stack Atom Matrix | |
# ESP32 Pico, 8x8 RGB LED Matrix (WS2812C), Infra-red LED, | |
# MPU6886 Inertial Sensor - 6-axis attitude sensor with 3-axis gravity accelerometer and 3-axis gyroscope | |
# Pins/GPIO | |
# | |
# === M5Stack Atom Matrix Specific === | |
# @see https://github.com/m5stack/M5Stack/blob/31be29f3f743768778accb8d5f308583ba4d3d4c/src/utility/Config.h | |
# @see https://docs.m5stack.com/#/en/core/atom_matrix | |
# ------ Buttons ------ |
This file contains 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
mqtt: | |
sensor: | |
- name: "IHD Software Version" | |
unique_id: "smart_meter_software_version" | |
state_topic: !secret glow_state_topic | |
entity_category: "EntityCategory.DIAGNOSTIC" | |
value_template: "{{ value_json['software'] }}" | |
icon: "mdi:information-outline" | |
entity_category: diagnostic | |
device: |
This file contains 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
# | |
# gosund sp111 smart plug with power sensor | |
# | |
substitutions: | |
devicename: esphplug01 | |
upper_devicename: EsphPlug01 | |
# WiFi connection | |
wifi: | |
ssid: !secret wifi_ssid |
NewerOlder