* Add tests to Skybell * better way to manage cache * uno mas * try ci fix * temporary * undo temporary * ruff * black * uno mas * uno mas * remove problematic test for now * reduce to binary sensor tests * coverage * move cache to json * Update tests/components/skybell/conftest.py --------- Co-authored-by: Erik Montnemery <erik@montnemery.com>
22 lines
516 B
JSON
22 lines
516 B
JSON
{
|
|
"ring_tone": "0",
|
|
"do_not_ring": "false",
|
|
"do_not_disturb": "false",
|
|
"digital_doorbell": "false",
|
|
"video_profile": "1",
|
|
"mic_volume": "63",
|
|
"speaker_volume": "96",
|
|
"chime_level": "1",
|
|
"motion_threshold": "32",
|
|
"low_lux_threshold": "50",
|
|
"med_lux_threshold": "150",
|
|
"high_lux_threshold": "400",
|
|
"low_front_led_dac": "10",
|
|
"med_front_led_dac": "10",
|
|
"high_front_led_dac": "10",
|
|
"green_r": "0",
|
|
"green_g": "0",
|
|
"green_b": "255",
|
|
"led_intensity": "0",
|
|
"motion_policy": "call"
|
|
}
|