mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Trying a push from VS Code Server within Home Assistant
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Example configuration.yaml
|
||||
intent_script:
|
||||
SetVolume:
|
||||
action:
|
||||
service: "media_player.volume_set"
|
||||
data:
|
||||
entity_id: "{{ media_player }}"
|
||||
volume_level: "{{ volume / 100.0 }}"
|
||||
speech:
|
||||
# Example configuration.yaml
|
||||
intent_script:
|
||||
SetVolume:
|
||||
action:
|
||||
service: "media_player.volume_set"
|
||||
data:
|
||||
entity_id: "{{ media_player }}"
|
||||
volume_level: "{{ volume / 100.0 }}"
|
||||
speech:
|
||||
text: "Volume changed to {{ volume }}"
|
||||
@@ -1,8 +1,8 @@
|
||||
amcrest:
|
||||
- name: Amcrest Camera19
|
||||
host: !secret camera19ip
|
||||
username: !secret camera19username
|
||||
password: !secret camerapassword
|
||||
stream_source: rtsp
|
||||
binary_sensors:
|
||||
- online
|
||||
amcrest:
|
||||
- name: Amcrest Camera19
|
||||
host: !secret camera19ip
|
||||
username: !secret camera19username
|
||||
password: !secret camerapassword
|
||||
stream_source: rtsp
|
||||
binary_sensors:
|
||||
- online
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
platform: google_translate
|
||||
cache: true
|
||||
cache_dir: config/tmp
|
||||
cache_dir: /tmp/tts
|
||||
time_memory: 57600
|
||||
service_name: google_translate_say
|
||||
|
||||
Reference in New Issue
Block a user