1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2024-10-05 18:31:13 +01:00

Update readme and the gitignore

This commit is contained in:
Jacob McSwain 2019-11-03 17:13:15 -06:00
parent b1447a4e6e
commit dadf80f745
No known key found for this signature in database
GPG Key ID: 59957AD09B94EDF5
2 changed files with 18 additions and 3 deletions

8
.gitignore vendored
View File

@ -91,3 +91,11 @@ ENV/
.vscode/
.DS_Store
__init__.py
api.py
camera.py
climate.py
const.py
manifest.json
sensor.py

13
info.md
View File

@ -13,9 +13,14 @@ This isn't an advertised or public API, it's still better than web scraping, but
- Tested with a single thermostat, I have no other devices to test with
- Camera integration is untested by me
- Nest could change their webapp api at any time, making this defunct
- Thermostat presets don't work (Eco, Away)
## Example configuration.yaml - When you're not using the Google Auth Login
## Configuration
The camera's region is one of `us` or `eu` depending on your region.
If you're not in the US or EU, you should be able to add your
two-character country code, and it should work.
### Example configuration.yaml - When you're not using the Google Auth Login
```yaml
badnest:
@ -28,12 +33,13 @@ climate:
camera:
- platform: badnest
region: us
sensor:
- platform: badnest
```
## Example configuration.yaml - When you are using the Google Auth Login
### Example configuration.yaml - When you are using the Google Auth Login
```yaml
badnest:
@ -47,6 +53,7 @@ climate:
camera:
- platform: badnest
region: us
sensor:
- platform: badnest