Skip to content

Commit

Permalink
added source_url to blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Jul 23, 2023
1 parent c2f2a41 commit 5212061
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion copy2esphome/EHMTX_easy_color_gauge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ blueprint:
feed this function with eight rgb565 values, to convert from rgb888 see this:
{{ (((red | bitwise_and(0xf8)) / 8) | int ) * 2048 + (((green | bitwise_and(0xfC)) / 4 )| int) * 32 + ((blue | bitwise_and(0xf8)) / 8 )| int }}
domain: script

source_url: https://github.com/lubeda/EspHoMaTriXv2/tree/main/copy2esphome
input:
ehmtx_device:
name: Which EspHoMaTriXv2 device to use
Expand Down
1 change: 1 addition & 0 deletions copy2esphome/EHMTX_easy_delete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ blueprint:
ehmtxv2: delete screen from 8x32 RGB-matrix
description: This blueprint is triggered by a state change and will remove a certain screen from the queue. The screen is selected by type an icon.
domain: automation
source_url: https://github.com/lubeda/EspHoMaTriXv2/tree/main/copy2esphome
input:
ehmtx_device:
name: Which EspHoMaTriXv2 device to use
Expand Down
1 change: 1 addition & 0 deletions copy2esphome/EHMTX_easy_hide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ blueprint:
ehmtxv2: Hide screen elements on 8x32 RGB-matrix
description: Removes the gauge, indicator or alarm element from your EspHoMaTriXv2 display.
domain: automation
source_url: https://github.com/lubeda/EspHoMaTriXv2/tree/main/copy2esphome
input:
ehmtx_device:
name: Which EspHoMaTriXv2 device to use
Expand Down
1 change: 1 addition & 0 deletions copy2esphome/EHMTX_easy_show.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ blueprint:
ehmtxv2: Show screen elements on 8x32 RGB-matrix
description: Add a gauge, indicator or alarm element to your EspHoMaTriXv2 display
domain: automation
source_url: https://github.com/lubeda/EspHoMaTriXv2/tree/main/copy2esphome
input:
ehmtx_device:
name: Which EspHoMaTriXv2 device to use
Expand Down
1 change: 1 addition & 0 deletions copy2esphome/EHMTX_easy_state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ blueprint:
ehmtxv2: show state with unit on 8x32 RGB-matrix
description: This blueprint is triggered by a state change. If the state is between certain values, it will be displayed with special colors or no state change will be displayed
domain: automation
source_url: https://github.com/lubeda/EspHoMaTriXv2/tree/main/copy2esphome
input:
ehmtx_device:
name: Which EspHoMaTriXv2 device to use
Expand Down
1 change: 1 addition & 0 deletions copy2esphome/EHMTX_extended_state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ blueprint:
ehmtxv2: extended show state with unit on 8x32 RGB-matrix
description: This blueprint is triggered by a state change. Choose the way to display the state.
domain: automation
source_url: https://github.com/lubeda/EspHoMaTriXv2/tree/main/copy2esphome
input:
ehmtx_device:
name: Which EspHoMaTriXv2 device to use
Expand Down

0 comments on commit 5212061

Please sign in to comment.