updating to latest
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
frontend:
|
||||
lovelace:
|
||||
mode: yaml
|
||||
@@ -16,10 +17,12 @@ mobile_app:
|
||||
config:
|
||||
default_config:
|
||||
|
||||
|
||||
http:
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
- 192.168.86.198
|
||||
alexa:
|
||||
|
||||
# Text to speech
|
||||
tts:
|
||||
@@ -86,5 +89,16 @@ sensor:
|
||||
- platform: mqtt
|
||||
state_topic: "DansPhone/sleepinfo"
|
||||
name: "sleep Info"
|
||||
|
||||
|
||||
|
||||
#Alexa Intents
|
||||
intent_script:
|
||||
ActivateScene:
|
||||
action:
|
||||
service: scene.turn_on
|
||||
target:
|
||||
entity_id: scene.{{ Scene | replace(" ", "_") }}
|
||||
speech:
|
||||
type: plain
|
||||
text: OK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user