Skip to content

Commit

Permalink
DTEKInfo: Rework Nighttime
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan authored Sep 16, 2024
1 parent 8f7cae8 commit 0a1dfd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dtekinfo/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,14 @@ export TOKEN=$(bashio::config 'token')
export CHAT_ID=$(bashio::config 'chat_id')
export URL=$(bashio::config 'url')
export TEXT_PATTERN=$(bashio::config 'text_pattern')
export NIGHT_START=$(bashio::config 'night_start')
export NIGHT_END=$(bashio::config 'night_end')
export NIGHT_TIME=$(bashio::config 'night_time')

bashio::log.info 'DTEKInfo Starting...'
bashio::log.info 'Configuration:'
bashio::log.blue " Chat ID: $(bashio::config 'chat_id')"
bashio::log.blue " RSSHub URL: $(bashio::config 'url')"
bashio::log.blue " Pattern: $(bashio::config 'text_pattern')"
bashio::log.blue " Nighttime: $(bashio::config 'night_start'):00 - $(bashio::config 'night_end'):00 (UTC)"
bashio::log.blue " Nighttime: $(bashio::config 'night_time')"
bashio::log.info 'DTEKInfo Start'
bashio::log.info

Expand Down

0 comments on commit 0a1dfd3

Please sign in to comment.