mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-11-18 17:19:02 +00:00
Add support for pairing new devices
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
set -e
|
||||
|
||||
export FH_HUB_IP=$(bashio::config 'hub_ip')
|
||||
export FH_USERNAME=$(bashio::config 'username')
|
||||
export FH_PASSWORD=$(bashio::config 'password')
|
||||
export FH_USERNAME=$(bashio::config 'fh_username')
|
||||
export FH_PASSWORD=$(bashio::config 'fh_password')
|
||||
export TP_USERNAME=$(bashio::config 'tp_username')
|
||||
export TP_PASSWORD=$(bashio::config 'tp_password')
|
||||
export DEMO_MODE=$(bashio::config 'demo_mode')
|
||||
export SHOW_DEBUG_LOG=$(bashio::config 'show_debug_log')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user