summary: Echo デバイスに TTS で読み上げ description: 指定した Echo デバイスにテキストを読み上げさせる lock: '!inline u/admin/alexa_speak.script.lock' kind: script schema: type: object properties: device: type: object description: '' default: null format: dynselect-device originalType: DynSelect_device text: type: string description: '' default: null originalType: string required: - device - text