forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Added services to beep switches #1
Open
LouPaloma
wants to merge
7
commits into
konnected-io:konnected
Choose a base branch
from
LouPaloma:konnected
base: konnected
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d switch Co-authored-by: Eitan Mosenkis <[email protected]>
heythisisnate
force-pushed
the
konnected
branch
2 times, most recently
from
May 6, 2018 03:48
f79d8b6
to
573e952
Compare
heythisisnate
force-pushed
the
konnected
branch
3 times, most recently
from
May 16, 2018 18:46
a9316f4
to
5315fb1
Compare
heythisisnate
force-pushed
the
konnected
branch
2 times, most recently
from
August 14, 2018 13:26
c279ff9
to
587b686
Compare
heythisisnate
force-pushed
the
konnected
branch
2 times, most recently
from
August 23, 2018 13:26
fff095c
to
5e3a036
Compare
heythisisnate
force-pushed
the
konnected
branch
2 times, most recently
from
September 13, 2018 19:02
700639b
to
00d9aba
Compare
heythisisnate
pushed a commit
that referenced
this pull request
Sep 13, 2018
* Add zha.configure_reporting() method. Binds a cluster and configures reporting for the specified attribute. * git add homeassistant/components/binary_sensor/zha.py * Refactor sensor.zha to use new 'configure_reporting() method. * Zha configure reporting - switch (#1) * use configure_reporting for zha switch * lint fixes * Rename variables/classes to properly reflect the content
heythisisnate
force-pushed
the
konnected
branch
from
September 29, 2018 02:56
00d9aba
to
b2b8c63
Compare
heythisisnate
force-pushed
the
konnected
branch
2 times, most recently
from
February 18, 2019 18:50
e42981d
to
1e934e3
Compare
kit-klein
pushed a commit
that referenced
this pull request
Feb 23, 2020
* Significantly reduce code in august integration * Activity updates can now be processed by py-august this allows us to eliminate the activity sync code for the door sensors and locks * Lock and door state can now be consumed from the lock detail api which allows us to remove the status call apis and reduce the number of API calls to august * Refactor the testing method for locks (part #1) * Update homeassistant/components/august/binary_sensor.py Co-Authored-By: Paulus Schoutsen <[email protected]> * Switch to asynctest instead of unittest for mock.patch Co-authored-by: Paulus Schoutsen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Added beep devices functionality.