Skip to content

Commit

Permalink
Webhook update, NodeRed
Browse files Browse the repository at this point in the history
  • Loading branch information
aneisch committed Nov 15, 2023
1 parent 533dcbe commit 2055e0e
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Also using Grafana/Influx for graphing, both running in Docker containers on NUC
Description | value
-- | --
Lines of ESPHome YAML | 2689
Lines of Home Assistant YAML | 8172
Lines of Home Assistant YAML | 8188
[Integrations](https://www.home-assistant.io/integrations/) in use | 51
Zigbee devices in [`zha`](https://www.home-assistant.io/integrations/zha/) | 26
Z-Wave devices in [`zwave_js`](https://www.home-assistant.io/integrations/zwave_js/) | 37
Expand Down
14 changes: 14 additions & 0 deletions automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,20 @@
type: tts
message: "Help is on the way"

- alias: "Bluebubbles Server Webhook"
id: "bluebubbles_server_webhook"
initial_state: on
trigger:
platform: webhook
webhook_id: !secret bluebubbles_server_update_webhook
local_only: false
action:
- service: input_text.set_value
target:
entity_id: input_text.bluebubbles_url
data:
value: "{{ trigger.json.data }}"

- alias: "Cellular Message Health"
id: cellular_message_health
trigger:
Expand Down
2 changes: 1 addition & 1 deletion extras/Node-RED/flows.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions github_action_secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ github_token: GITHUB_KEY
panic_script_webhook: somethingsecret
# need to full url with secret hook for pushover
panic_script_webhook_full: https://my-actual-domain.rocks/api/webhook/somethingsecret
bluebubbles_server_update_webhook: secret_webhook
signal_bvst_contact_webhook_id: secret_webhook
signal_bvst_intake_webhook_id: secret_webhook
signal_bvst_insurance_webhook_id: secret_webhook
Expand Down
Binary file modified images/nodered_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/nodered_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion input_text.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ water_cost_monthly:
name: "Water Cost"

sewer_cost_monthly:
name: "Sewer Cost"
name: "Sewer Cost"

bluebubbles_url:
name: BlueBubbles URL

0 comments on commit 2055e0e

Please sign in to comment.