HI,
My first Nest Protect arrived, and managed to add the integration successfully. That is, my account is valid and recognized, and sensors are created, but they all are ‘none’:
the Nest App sees the Protect fine,
so I know it is online, and the test is successfully run.
have all settings in a dedicated package:
# https://www.home-assistant.io/components/nest/
nest:
client_id: !secret nest_client_id
client_secret: !secret nest_client_secret
binary_sensors:
monitored_conditions:
- 'online'
sensors:
monitored_conditions:
- 'co_status'
- 'smoke_status'
- 'battery_health'
- 'color_status'
What could I be missing here? Unless the package isn’t accepted?
btw, are the quotes really necessary? Is about the only config page suggesting the need for them…
thanks for having a look.