mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-01-18 23:00:43 +00:00
Merge pull request #29 from USA-RedDragon/updates
Update readme and the gitignore
This commit is contained in:
commit
c7ac77ca85
8
.gitignore
vendored
8
.gitignore
vendored
@ -91,3 +91,11 @@ ENV/
|
|||||||
|
|
||||||
.vscode/
|
.vscode/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
__init__.py
|
||||||
|
api.py
|
||||||
|
camera.py
|
||||||
|
climate.py
|
||||||
|
const.py
|
||||||
|
manifest.json
|
||||||
|
sensor.py
|
||||||
|
13
info.md
13
info.md
@ -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
|
- Tested with a single thermostat, I have no other devices to test with
|
||||||
- Camera integration is untested by me
|
- Camera integration is untested by me
|
||||||
- Nest could change their webapp api at any time, making this defunct
|
- 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
|
```yaml
|
||||||
badnest:
|
badnest:
|
||||||
@ -28,12 +33,13 @@ climate:
|
|||||||
|
|
||||||
camera:
|
camera:
|
||||||
- platform: badnest
|
- platform: badnest
|
||||||
|
region: us
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: badnest
|
- 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
|
```yaml
|
||||||
badnest:
|
badnest:
|
||||||
@ -47,6 +53,7 @@ climate:
|
|||||||
|
|
||||||
camera:
|
camera:
|
||||||
- platform: badnest
|
- platform: badnest
|
||||||
|
region: us
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: badnest
|
- platform: badnest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user