orandasoft

Results 7 comments of orandasoft
trafficstars

This is my configuration ` # Configure Arlo Account # https://my.arlo.com/ aarlo: username: !secret arlojp_arlo_username password: !secret arlojp_arlo_password tfa_source: imap tfa_type: email tfa_host: imap.mail.yahoo.com:993 tfa_username: !secret arlojp_yahoo_username tfa_password: !secret arlojp_yahoo_password...

The current list of sensors: `{{ states.sensor | selectattr('entity_id','search','aarlo') | map(attribute='entity_id') | list }}` `[ "sensor.aarlo_battery_level_external_camera", "sensor.aarlo_battery_level_hallway_camera", "sensor.aarlo_battery_level_light_hallway", "sensor.aarlo_battery_level_light_outside", "sensor.aarlo_battery_level_living_camera", "sensor.aarlo_captured_today_external_camera", "sensor.aarlo_captured_today_hallway_camera", "sensor.aarlo_captured_today_living_camera", "sensor.aarlo_last_external_camera", "sensor.aarlo_last_hallway_camera", "sensor.aarlo_last_living_camera", "sensor.aarlo_recent_activity_external_camera", "sensor.aarlo_recent_activity_hallway_camera", "sensor.aarlo_recent_activity_living_camera", "sensor.aarlo_signal_strength_external_camera",...

` 2021-10-17 11:06:53 INFO (MainThread) [custom_components.aarlo.binary_sensor] ArloBinarySensor: Motion Light Outside created 2021-10-17 11:06:53 INFO (MainThread) [custom_components.aarlo.sensor] ArloSensor: Battery Level Light Outside created 2021-10-17 11:06:53 INFO (MainThread) [custom_components.aarlo.light] ArloLight: Light Outside...

Those are correct. I am trying to trace back why I didn't notice them before. Just curious why the entities do not have related devices.

After adding the binary_sensor in the configuration, I can now see the following sensors: ``` "binary_sensor.aarlo_motion_external_camera", "binary_sensor.aarlo_motion_hallway_camera", "binary_sensor.aarlo_motion_light_hallway", "binary_sensor.aarlo_motion_light_outside", "binary_sensor.aarlo_motion_living_camera", "binary_sensor.aarlo_sound_external_camera", "binary_sensor.aarlo_sound_hallway_camera", "binary_sensor.aarlo_sound_living_camera", ``` I don't know why I didn't...

After the changes I made, is this still an issue?

Understood. I didn't realize there were other files besides the three I touched otherwise I would have had a look at it. Shall I take a look?