1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2025-01-18 18:30:43 +00:00

Make info.md a bit more friendly

This commit is contained in:
Jacob McSwain 2019-09-25 22:20:36 -05:00 committed by GitHub
parent 4493db1264
commit b57ecb8558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
info.md
View File

@ -1,6 +1,10 @@
# shittynest
# badnest
A shitty Nest thermostats integration that uses the web api to work after Works with Nest was shut down (fuck Google)
A bad Nest thermostats integration that uses the web api to work after Works with Nest was shut down (fuck Google)
## Why is it bad?
This isn't an advertised or public API, it's still better than web scraping, but will never be as good as the original API
## Drawbacks
@ -14,11 +18,11 @@ A shitty Nest thermostats integration that uses the web api to work after Works
## Example configuration.yaml
```yaml
shittynest:
badnest:
email: email@domain.com
password: !secret nest_password
climate:
- platform: shittynest
- platform: badnest
scan_interval: 10
```