From c686190a24e9f933074e39113fcccc4ec3ef6a48 Mon Sep 17 00:00:00 2001 From: slinkymanbyday Date: Sat, 19 Oct 2019 21:16:15 +0800 Subject: [PATCH] update info.md changes to init to get mutliple cameras working from one yaml entry means that email/password is set on the cimate/camera device. This should be improved in future, but not sure how right now USA-RedDragon edit: Update the info.me to match the new codebase --- info.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/info.md b/info.md index 0b9a0d3..58c99a0 100644 --- a/info.md +++ b/info.md @@ -1,6 +1,6 @@ # badnest -A bad Nest thermostats integration that uses the web api to work after Works with Nest was shut down (bad Google, go sit in your corner and think about what you did) +A bad Nest thermostat and camera integration that uses the web api to work after Works with Nest was shut down (bad Google, go sit in your corner and think about what you did) ## Why is it bad? @@ -10,7 +10,8 @@ This isn't an advertised or public API, it's still better than web scraping, but - 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 +- 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 - Won't work with Google-linked accounts - Presets don't work (Eco, Away) @@ -22,6 +23,9 @@ badnest: email: email@domain.com password: !secret nest_password +camera: + - platform: badnest + climate: - platform: badnest scan_interval: 10