Skip to content

Commit

Permalink
turn on home assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Hawksley committed Mar 15, 2024
1 parent 25a232d commit 4804ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run_in_bg(interval, &block)

if ENV["RUN_BG"]
run_in_bg(1) { SonosSystem.fetch }
# run_in_bg(1) { HomeAssistantHome.fetch }
run_in_bg(1) { HomeAssistantHome.fetch }
run_in_bg(60) { WeatherKitAccount.fetch }
run_in_bg(60) do
ActiveRecord::Base.connection_pool.with_connection do
Expand Down

0 comments on commit 4804ef4

Please sign in to comment.