-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to fix Unknown Exception - 'list' object has no attribute 'object… #382
Conversation
Added sensor state class of "measurement" to the Nest Protect temperature sensor definition, so that HA recognizes and collects min/mean/max statistical information for these sensors.
Co-authored-by: jnxxx <>
…battery voltage conversions (#283) Co-authored-by: Ryan McGinty <[email protected]>
* replace depecated Celsius unit * use event_loop since loop is deprecated * empty newline at end of file
* Fix battery level sensor Nest Temperature Sensors This was regressed as part of 54c98d3 SUPPORTED_KEYS is a dictionary using sensor description key as the "key". Prior to this fix, SUPPORTED_KEYS was always picking up the Nest Protect sensor description and completely ignoring the temperature sensor one. * Fix code style * Fix code style
Co-authored-by: Wil T <[email protected]>
* update pytest-homeassistant-custom-component to match homeassistant * update pytest-socket * update pytest-timeout * update pytest * unpin pytest-homeassistant-custom-component
* Fixing PynestException: 200 error while subscribing - #345 First step to fix PynestException: 200 error while subscribing * Fixing PynestException: 200 error while subscribing - #345 Second step to fix PynestException: 200 error while subscribing * Fixing PynestException: 200 error while subscribing - #345 Third and final step to fix PynestException: 200 error while subscribing * Fix linting --------- Co-authored-by: Mick Vleeshouwer <[email protected]>
My fresh installation of Chrome defaulted to "Block all third-party Cookies in Incognito" Co-authored-by: Mick Vleeshouwer <[email protected]>
* Add Last Audio Self Test and Last Manual Self Test Adding two more datetime sensors for test times. * Add Removed from Base sensor I have chosen tray-remove as icon, as it looks similar to the protect being removed.
I'm still getting the error. |
@tbclark3 with this PR? |
No, sorry!! The latest beta came out about the same time as this PR and I mistakenly assumed that it was merged. I now see that it hasn't been. I will test it. |
I'm still getting an error with this PR. Log below. Logger: custom_components.nest_protect Unknown exception. Please create an issue on GitHub with your logfile. Updates paused for 5 minutes. |
…_key' #338