● [HA작업] 구글홈 "날씨알려줘" 자동화 / 작업 진행준비
이전
다음
본문
● [HA작업] 구글홈 "날씨알려줘" 자동화
https://cafe.naver.com/stsmarthome/13571
☞ https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠
[이 게시물은 11qkr님에 의해 2023-11-14 21:18:18 31.Information에서 이동 됨]
관련자료
-
이전
-
다음
댓글 2
11qkr님의 댓글
저는 automation.yaml 에 아래처럼 적어서 세탁이 끝나면 구글 홈에서 방송, 티비에서 노티 자막이 뜨게했고
- id: '1631174287296'
alias: 세탁기 작동 완료 알림
description: ''
trigger:
- platform: state
from: 'off'
to: 'on'
entity_id: binary_sensor.setaggi_wash_completed
condition:
- condition: time
before: '21:00:00'
after: 09:00:00
weekday:
- mon
- tue
- wed
- thu
- fri
- sat
- sun
action:
- service: tts.google_cloud_say
data:
entity_id: media_player.geurub_seupikeo
message: 세탁기 작동이 완료 되었습니다.
- service: notify.lg_webos_smart_tv
data:
message: 세탁기 작동이 완료 되었습니다.
mode: single
configuration.yaml 에 아래처럼 적어서 구글홈에서 자연스럽게 읽히도록 세팅해 뒀습니다.
tts:
- platform: google_cloud
key_file: googlecloud.json
gender: male
language: ko-KR
time_memory: 300
speed: 0.9
gain: 4.0
voice: ko-KR-Wavenet-A
- id: '1631174287296'
alias: 세탁기 작동 완료 알림
description: ''
trigger:
- platform: state
from: 'off'
to: 'on'
entity_id: binary_sensor.setaggi_wash_completed
condition:
- condition: time
before: '21:00:00'
after: 09:00:00
weekday:
- mon
- tue
- wed
- thu
- fri
- sat
- sun
action:
- service: tts.google_cloud_say
data:
entity_id: media_player.geurub_seupikeo
message: 세탁기 작동이 완료 되었습니다.
- service: notify.lg_webos_smart_tv
data:
message: 세탁기 작동이 완료 되었습니다.
mode: single
configuration.yaml 에 아래처럼 적어서 구글홈에서 자연스럽게 읽히도록 세팅해 뒀습니다.
tts:
- platform: google_cloud
key_file: googlecloud.json
gender: male
language: ko-KR
time_memory: 300
speed: 0.9
gain: 4.0
voice: ko-KR-Wavenet-A