Trying a push from VS Code Server within Home Assistant

This commit is contained in:
CeeWeasel
2025-07-26 16:04:14 -04:00
parent f744604504
commit dd02306b71
63 changed files with 10799 additions and 337 deletions
+9 -9
View File
@@ -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 }}"
+8 -8
View File
@@ -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 -1
View File
@@ -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