mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-07-08 05:42:41 +01:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
e55159b465 | |||
933b7a017b | |||
de8dfa1490 | |||
222f981692 | |||
cc7ec56d2a | |||
385e97a62a |
@ -65,7 +65,7 @@ class NestCamera(Camera):
|
||||
@property
|
||||
def is_on(self):
|
||||
"""Return true if on."""
|
||||
return self._device.device_data[self._uuid]['online']
|
||||
return self._device.device_data[self._uuid]['is_online']
|
||||
|
||||
@property
|
||||
def is_recording(self):
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "Bad Nest Thermostat",
|
||||
"name": "Bad Nest",
|
||||
"domains": ["climate", "camera", "sensor"]
|
||||
}
|
||||
|
2
info.md
2
info.md
@ -1,6 +1,6 @@
|
||||
# badnest
|
||||
|
||||
A bad Nest thermostat and camera integration that uses the web api to work after Works with Nest was shut down (bad Google, go sit in your corner and think about what you did)
|
||||
A bad Nest integration that uses the web api to work after Works with Nest was shut down (bad Google, go sit in your corner and think about what you did)
|
||||
|
||||
## Why is it bad?
|
||||
|
||||
|
Reference in New Issue
Block a user