Andrew Ash
709b9c0a42
Fix typo in _get_devices() name
...
Fixes #108
This fixes the immediate problem that this method doesn't exist, but reveals a larger problem that calling `._get_devices()` in the error handler of `_get_devices()` can cause an infinite loop. On my instance now with this change, hass won't start up anymore and logs show this message:
```
2020-04-18 23:04:36 WARNING (MainThread) [homeassistant.setup] Setup of badnest is taking over 10 seconds.
```
Reworking error handling to try N times and then permanently fail would be better than this infinite loop, but that's a separate PR.
2020-04-18 23:12:25 -07:00
Jacob McSwain
7ab48d968e
Adapt @therealryanbonham's PR ( #79 )
...
This removes the formatting portion, which should have been a separate PR
4.0.4
2020-02-03 15:00:20 -06:00
Jacob McSwain
59bb5ae237
Update README
2020-02-03 14:47:43 -06:00
Jacob McSwain
d74dc3f2ea
Merge pull request #76 from piit79/apparent-temp-offset
...
Update info.md with a note about seemingly off temperatures
2020-02-03 14:44:32 -06:00
Jacob McSwain
a5b57f0cf0
Merge pull request #75 from piit79/nest-access-token
...
Switch from Nest username/password to user_id/access_token
2020-02-03 14:43:42 -06:00
Jacob McSwain
1069805ed8
Merge pull request #56 from chrismarcellino/master
...
Add target humidity support to allow automation
2020-02-03 14:42:24 -06:00
Jacob McSwain
857463f3d4
Merge pull request #54 from nonsleepr/thermostat-as-a-sensor
...
Expose thermostat as a sensor
2020-02-03 14:41:14 -06:00
Chris Marcellino
cbc8702ee0
Fix copy-past error in humidity setter code
2020-01-20 07:18:37 -06:00
Chris Marcellino
f1ebd8a2f7
Round humidity changes to nearest 5% instead of down
2020-01-19 15:09:22 -06:00
Petr Sedlacek
2e9378de06
Switch from Nest username/password to user_id/access_token
...
Username and password can no longer be used directly because of reCAPTCHA.
2020-01-14 15:25:48 +01:00
Petr Sedlacek
5b9cf52aff
Update info.md with a note about seemingly off temperatures
2020-01-10 23:52:43 +01:00
Chris Marcellino
5b3c70e0ec
Add target humidity support to allow automation
2019-12-13 16:42:47 -06:00
Alexander Bessonov
63da0e61b0
Expose thermostat as a sensor
2019-12-11 10:55:17 -05:00
Jacob McSwain
e55159b465
Merge pull request #39 from USA-RedDragon/is_online-regression
...
Camera: Bugfix: online -> is_online
4.0.3
2019-11-04 09:16:04 -06:00
Jacob McSwain
933b7a017b
Camera: Bugfix: online -> is_online
2019-11-04 09:15:28 -06:00
Jacob McSwain
de8dfa1490
Merge pull request #36 from USA-RedDragon/not-just-a-thermostat-pt-2
...
More changes to remove just a thermostat
4.0.2
2019-11-03 22:12:35 -06:00
Jacob McSwain
222f981692
More changes to remove just a thermostat
2019-11-03 22:12:12 -06:00
Jacob McSwain
cc7ec56d2a
Merge pull request #35 from USA-RedDragon/not-just-a-thermostat
...
It's no longer just a thermostat
4.0.1
2019-11-03 22:09:50 -06:00
Jacob McSwain
385e97a62a
It's no longer just a thermostat
2019-11-03 22:09:20 -06:00
Jacob McSwain
fe6f04e645
Merge pull request #34 from USA-RedDragon/readme-maintenance
...
Update README to reflect all the changes
4.0.0
2019-11-03 21:54:22 -06:00
Jacob McSwain
799d7a55dc
Update README to reflect all the changes
2019-11-03 21:53:31 -06:00
Jacob McSwain
0c87f7561a
Merge pull request #33 from USA-RedDragon/nest_protect
...
Add preliminary Nest Protect support
2019-11-03 21:46:57 -06:00
Jacob McSwain
c9693df3a2
Merge pull request #32 from USA-RedDragon/rewrite-api
...
Rewrite API to be a singleton
2019-11-03 21:45:22 -06:00
Jacob McSwain
2927881c33
Add preliminary Nest Protect support
2019-11-03 21:44:38 -06:00
Jacob McSwain
334ce8579f
Rewrite API to be a singleton
...
This should make error handling and extending this to more Nest platforms much easier
2019-11-03 21:43:45 -06:00
Jacob McSwain
98490b08f5
Merge pull request #30 from USA-RedDragon/remove_api_key
...
Remove API Key from the config.
2019-11-03 17:29:12 -06:00
Jacob McSwain
7cef7c65a4
Remove API Key from the config.
...
Apparently this is public and shared, I was being overly protective.
Thanks to @gboudreau for this.
https://github.com/USA-RedDragon/badnest/issues/25
2019-11-03 17:28:27 -06:00
Jacob McSwain
c7ac77ca85
Merge pull request #29 from USA-RedDragon/updates
...
Update readme and the gitignore
2019-11-03 17:14:00 -06:00
Jacob McSwain
dadf80f745
Update readme and the gitignore
2019-11-03 17:13:15 -06:00
Jacob McSwain
fa1a632d2b
Merge pull request #28 from USA-RedDragon/multi-region-cameras
...
Add region config and use it to use correct camera URL
2019-11-03 17:08:23 -06:00
Vinod Mishra
b1447a4e6e
Add region config and use it to use correct camera URL
2019-11-03 17:05:05 -06:00
Jacob McSwain
3d49b85c50
Merge pull request #24 from USA-RedDragon/cameras-multiple-api-instances
...
Attempt to make the camera's use different API instances
3.2.1
2019-10-23 21:48:30 -05:00
Jacob McSwain
4a6c88a6ef
Merge pull request #23 from USA-RedDragon/api-fix-token-expiration
...
API: Handle KeyError to fix the expiration of tokens
2019-10-23 21:47:20 -05:00
Jacob McSwain
51efa759e8
Attempt to make the camera's use different API instances
2019-10-23 21:46:55 -05:00
Jacob McSwain
77bd36b4bd
API: Handle KeyError to fix the expiration of tokens
2019-10-23 21:29:24 -05:00
Jacob McSwain
1228304609
Merge pull request #21 from USA-RedDragon/eco-visual-bug
...
Fix eco going in and out on UI
3.1.3
2019-10-22 13:47:22 -05:00
Jacob McSwain
68e71850be
Fix eco going in and out on UI
2019-10-22 13:46:47 -05:00
Jacob McSwain
5f4b14514c
Merge pull request #20 from USA-RedDragon/start-error-handling
...
Add preliminary error handling support
3.1.2
2019-10-22 13:34:59 -05:00
Jacob McSwain
6f097c58a8
Merge pull request #19 from USA-RedDragon/auto-eco-mode
...
Add auto eco mode to set of eco modes
2019-10-22 13:34:25 -05:00
Jacob McSwain
98daabc5d7
Add preliminary error handling support
2019-10-22 13:34:00 -05:00
Jacob McSwain
c4f702b859
Add auto eco mode to set of eco modes
2019-10-22 13:32:52 -05:00
Jacob McSwain
977c553a8d
Merge pull request #18 from USA-RedDragon/visual-bug-auto-mode
...
Fix a visual bug wherein the mode kept going into the 'unknown' state
3.1.1
2019-10-20 20:08:39 -05:00
Jacob McSwain
f1abecefce
Fix a visual bug wherein the mode kept going into the 'unknown' state
2019-10-20 20:07:42 -05:00
Jacob McSwain
c7c011720c
Merge pull request #16 from USA-RedDragon/eco-preset
...
Thermostat eco preset support
3.1.0
2019-10-20 19:53:06 -05:00
Jacob McSwain
b4debfcf9c
Thermostat eco preset support
2019-10-20 19:52:13 -05:00
Jacob McSwain
10bd645c0f
Merge pull request #15 from USA-RedDragon/release-content-type
...
Add content type to releases workflow
3.0.1
2019-10-19 21:09:55 -05:00
Jacob McSwain
de8312b722
Add content type to releases workflow
2019-10-19 21:09:21 -05:00
Jacob McSwain
ed105b74c1
Merge pull request #14 from USA-RedDragon/temperature-sensors-readme
...
Add sensors to README
3.0.0
2019-10-19 21:06:08 -05:00
Jacob McSwain
52d381f471
Add sensors to README
2019-10-19 21:05:26 -05:00
Jacob McSwain
074a2fdf44
Merge pull request #13 from USA-RedDragon/temperature-sensors
...
Add temperature sensor support
2019-10-19 21:04:13 -05:00