1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2024-10-06 03:40:48 +01:00
badnest/info.md

24 lines
571 B
Markdown
Raw Normal View History

2019-09-26 01:14:43 +01:00
# shittynest
A shitty Nest thermostats integration that uses the web api to work after Works with Nest was shut down (fuck Google)
## Drawbacks
- No proper error handling
- Won't work with 2FA enabled accounts
- Will only work the for thermostat, I have no other devices to test with
- Nest could change their webapp api at any time, making this defunct
- Won't work with Google-linked accounts
## Example configuration.yaml
```yaml
shittynest:
email: email@domain.com
password: !secret nest_password
climate:
- platform: shittynest
scan_interval: 10
```