Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mobile support for voice dialog #4154

Merged
merged 6 commits into from Nov 4, 2019
Merged

Fix mobile support for voice dialog #4154

merged 6 commits into from Nov 4, 2019

Conversation

bramkragten
Copy link
Member

@bramkragten bramkragten commented Oct 30, 2019

image

Extra data needs home-assistant/core#28347

@bramkragten
Copy link
Member Author

We need to fix the way extra data is delivered from the backend, so I probably should split this PR in 2 for mobile support and extra data.

text: string;
text?: string;
type?: MessageType;
data?: any;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't any this. We should have 4 interfaces, one TextMessage with type: "text" etc. and then message = TextMessage | LinkMessage

@balloob
Copy link
Member

balloob commented Nov 1, 2019

Yeah let's split it out.

@balloob balloob merged commit 5ca82fd into dev Nov 4, 2019
@delete-merged-branch delete-merged-branch bot deleted the improve-voice-dialog branch November 4, 2019 20:35
@bramkragten bramkragten mentioned this pull request Nov 8, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Jul 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants