Skip to content

Commit

Permalink
automatic upload by server
Browse files Browse the repository at this point in the history
  • Loading branch information
FaserF committed Dec 9, 2023
1 parent 6ea17b5 commit 2e256a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automation/automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10752,7 +10752,7 @@
- condition: template
value_template: "{{ as_timestamp(now()) - as_timestamp(states.automation.telegram_send_daily_weather_forecast_fabian.attributes.last_triggered) | int > 36000 }}"
action:
#- service: weather.get_forecast
#- service: weather.get_forecasts
# data:
# type: daily
# target:
Expand Down
10 changes: 8 additions & 2 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ template:
- platform: time_pattern
hours: /1
action:
- service: weather.get_forecast
- service: weather.get_forecasts
data:
type: hourly
target:
Expand All @@ -315,7 +315,7 @@ template:
- platform: time_pattern
hours: /23
action:
- service: weather.get_forecast
- service: weather.get_forecasts
data:
type: daily
target:
Expand Down Expand Up @@ -499,6 +499,12 @@ google_assistant:
- Samuel Licht
- Deckenlicht Samuel
- Deckenlampe Samuel
light.samuels_lichtschalter:
expose: true
room: Samuels Zimmer
aliases:
- Lichtschalter Samuel
- Schalter Samuel
light.lampe_samuel:
expose: true
room: Samuels Zimmer
Expand Down

0 comments on commit 2e256a9

Please sign in to comment.