Facebook
From Frode Meyer, 3 Weeks ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 172
  1. alias: _l_111-Lynvarsling
  2. description: _l_111-Lynvarsling
  3. trigger:
  4.   - platform: numeric_state
  5.     entity_id: sensor.blitzortung_lightning_distance
  6.     below: 51
  7. action:
  8.   - service: notify.mobile_app_iphone14
  9.     data:
  10.       message: >
  11.         [L111] Siste lyn-distanse: {{
  12.         states('sensor.blitzortung_lightning_distance') }} km {{'\n'}}Siste
  13.         Lyn-kompassretning: {{ states('sensor.blitzortung_lightning_azimuth') }}
  14.         {{'\n'}}Antall lyn totalt: {{
  15.         states('sensor.blitzortung_lightning_counter') }}
  16.       data:
  17.         push:
  18.           thread-id: lynvarsling-notification-group
  19. mode: single
  20.