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

Update to 1.4.0 #267

Merged
merged 21 commits into from
Aug 8, 2019
Merged

Update to 1.4.0 #267

merged 21 commits into from
Aug 8, 2019

Conversation

alandtse
Copy link
Owner

@alandtse alandtse commented Aug 8, 2019

Features:
feat(switch): add basic switch support (do not disturb, repeat, shuffle) (resolves #195, resolves #203)

Fixes:
fix(media_player): remove unused MEDIA_PLAYER_SCHEMA (#261) (resolves #259)
fix(media_player): alternative serial numbers not recognized for mobile apps (resolves #249)
fix(guard): catch TypeError exception for regions without Guard (#245) (fixes #243, fixes #248 )
fix(guard): add additional checks for failed guard access (fixes #243, fixes #248 )
fix(guard): add 2s delay for guard state check after voice activity (fixes #256)
fix(guard): schedule HA update after processing voice (fixes #256)
fix(media_player): fix bug where get_last_called called before init
fix(captcha): add captcha to handle OTP selection page (fixes #258)
fix(wshandler): properly handle entryId does not contain #
fix(switch): add unique_id function

Changes:
chore(guard): obfuscate email in debug message
style(configurator): update messaging
chore(alexapy): update to 0.7.1 (fixes #258)

alandtse and others added 21 commits July 5, 2019 00:45
* Update issue templates

* Update location of version info

Signed-off-by: Alan Tse <[email protected]>
* Update issue templates

* Update location of version info

Signed-off-by: Alan Tse <[email protected]>
…le app media player (#253)

* Fix last_called websocket handler to recognize appDeviceList serial numbers

* Fix last_called poll to recognize appDeviceList serial numbers
 feat(switches): add switches for shuffle, dnd, and repeat
@alandtse alandtse merged commit 5c161e6 into alandtse:master Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment