Update URL config and add mobile app integration
This commit is contained in:
parent
4e9404bc3b
commit
9aa45acb17
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,8 @@ homeassistant:
|
|||
# Customization file
|
||||
customize: !include customize.yaml
|
||||
packages: !include_dir_named packages
|
||||
external_url: "https://hass.phoenixinquis.is-a-geek.org"
|
||||
internal_url: "http://reason:8123"
|
||||
|
||||
# Show links to resources in log and frontend
|
||||
# introduction:
|
||||
|
@ -72,6 +74,9 @@ tts:
|
|||
# Cloud
|
||||
cloud:
|
||||
|
||||
# Mobile applications
|
||||
mobile_app:
|
||||
|
||||
device_tracker:
|
||||
- platform: quantum_gateway
|
||||
host: 192.168.1.1
|
||||
|
|
Loading…
Reference in a new issue