-
Notifications
You must be signed in to change notification settings - Fork 72
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
API Access to Use Nest Thermostat Motion Sensor #93
base: master
Are you sure you want to change the base?
Conversation
1 use home bridge’s `log.warn` and `log.info` as appropriate 2. fix a few things that `jshint` doesn’t appreciate.
use log.warn / log,info as appropriate
i wonder why this isnt merged? |
Any development on this function? Would love to have the motion detector from Nest in my HomeKit devices as a separate device!! |
This PR doesn't seem to have any associated code. But is a great idea to implement. @dasoutherland what happened to the original patch? |
README clarifications
Added debounce to set temperature
@KraigM @d3bing
First pull request so bare with me.
Before I started using hombridge/homebridge-nest, I was using the native Wink app. The Wink app could connect to the Nest Thermostat and it would use/detect the built in motion sensor(s) as a separate device. Meaning - I was able to create automations based on the Nest Thermostat sensor.
I've seen a few users in GitHub looking for a feature like this within Homebridge-Nest.
This pull request is to add this functionality. Hat's off for the current homebridge-nest functionality, works like a charm!