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
| alias: Octopus Energy New Free Energy Session | |
| description: "" | |
| triggers: | |
| - event_type: octopus_energy_new_octoplus_free_electricity_session | |
| trigger: event | |
| conditions: | |
| - condition: template | |
| value_template: "{{ as_datetime(trigger.event.data.event_start) > now() }}" | |
| alias: Is in the future | |
| actions: |
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
| template: | |
| - trigger: | |
| - platform: time_pattern | |
| minutes: /10 | |
| action: | |
| - action: mealie.get_mealplan | |
| data: | |
| config_entry_id: "YOUR_MEALIE_CONFIG_ENTITY_ID" | |
| response_variable: result | |
| sensor: |
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
| 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 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
| alias: Octopus Energy New Free Energy Session | |
| description: "" | |
| triggers: | |
| - trigger: event | |
| event_type: octopus_energy_new_octoplus_free_electricity_session | |
| conditions: [] | |
| actions: | |
| - action: calendar.create_event | |
| metadata: {} | |
| data: |
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
| service: rest_command.mealie_add_to_groceries | |
| data: { | |
| note: "Butter" | |
| } |
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
| 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 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
| 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 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
| 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 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
| # 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 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
| 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: |
NewerOlder