mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-09-08 22:01:54 +01:00
Make info.md a bit more friendly
This commit is contained in:
12
info.md
12
info.md
@@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user