mirror of https://github.com/home-assistant/core
470 lines
15 KiB
JSON
470 lines
15 KiB
JSON
{
|
|
"authorized_doorbots": [],
|
|
"chimes": [
|
|
{
|
|
"address": "123 Main St",
|
|
"alerts": { "connection": "online" },
|
|
"description": "Downstairs",
|
|
"device_id": "abcdef123456",
|
|
"do_not_disturb": { "seconds_left": 0 },
|
|
"features": { "ringtones_enabled": true },
|
|
"firmware_version": "1.2.3",
|
|
"id": 123456,
|
|
"kind": "chime",
|
|
"latitude": 12.0,
|
|
"longitude": -70.12345,
|
|
"owned": true,
|
|
"owner": {
|
|
"email": "foo@bar.org",
|
|
"first_name": "Marcelo",
|
|
"id": 999999,
|
|
"last_name": "Assistant"
|
|
},
|
|
"settings": {
|
|
"ding_audio_id": null,
|
|
"ding_audio_user_id": null,
|
|
"motion_audio_id": null,
|
|
"motion_audio_user_id": null,
|
|
"volume": 2
|
|
},
|
|
"time_zone": "America/New_York"
|
|
}
|
|
],
|
|
"doorbots": [
|
|
{
|
|
"address": "123 Main St",
|
|
"alerts": { "connection": "online" },
|
|
"battery_life": 4081,
|
|
"description": "Front Door",
|
|
"device_id": "aacdef987654",
|
|
"external_connection": false,
|
|
"features": {
|
|
"advanced_motion_enabled": false,
|
|
"motion_message_enabled": false,
|
|
"motions_enabled": true,
|
|
"people_only_enabled": false,
|
|
"shadow_correction_enabled": false,
|
|
"show_recordings": true
|
|
},
|
|
"firmware_version": "1.4.26",
|
|
"id": 987654,
|
|
"kind": "lpd_v1",
|
|
"latitude": 12.0,
|
|
"longitude": -70.12345,
|
|
"motion_snooze": null,
|
|
"owned": true,
|
|
"owner": {
|
|
"email": "foo@bar.org",
|
|
"first_name": "Home",
|
|
"id": 999999,
|
|
"last_name": "Assistant"
|
|
},
|
|
"settings": {
|
|
"chime_settings": {
|
|
"duration": 3,
|
|
"enable": true,
|
|
"type": 0
|
|
},
|
|
"doorbell_volume": 1,
|
|
"enable_vod": true,
|
|
"live_view_preset_profile": "highest",
|
|
"live_view_presets": ["low", "middle", "high", "highest"],
|
|
"motion_detection_enabled": true,
|
|
"motion_announcement": false,
|
|
"motion_snooze_preset_profile": "low",
|
|
"motion_snooze_presets": ["null", "low", "medium", "high"]
|
|
},
|
|
"subscribed": true,
|
|
"subscribed_motions": true,
|
|
"time_zone": "America/New_York"
|
|
}
|
|
],
|
|
"stickup_cams": [
|
|
{
|
|
"address": "123 Main St",
|
|
"alerts": { "connection": "online" },
|
|
"battery_life": 80,
|
|
"description": "Front",
|
|
"device_id": "aacdef765432",
|
|
"external_connection": false,
|
|
"features": {
|
|
"advanced_motion_enabled": false,
|
|
"motion_message_enabled": false,
|
|
"motions_enabled": true,
|
|
"night_vision_enabled": false,
|
|
"people_only_enabled": false,
|
|
"shadow_correction_enabled": false,
|
|
"show_recordings": true
|
|
},
|
|
"firmware_version": "1.9.3",
|
|
"id": 765432,
|
|
"kind": "hp_cam_v1",
|
|
"latitude": 12.0,
|
|
"led_status": "off",
|
|
"location_id": null,
|
|
"longitude": -70.12345,
|
|
"motion_snooze": { "scheduled": true },
|
|
"night_mode_status": "false",
|
|
"owned": true,
|
|
"owner": {
|
|
"email": "foo@bar.org",
|
|
"first_name": "Foo",
|
|
"id": 999999,
|
|
"last_name": "Bar"
|
|
},
|
|
"ring_cam_light_installed": "false",
|
|
"ring_id": null,
|
|
"settings": {
|
|
"chime_settings": {
|
|
"duration": 10,
|
|
"enable": true,
|
|
"type": 0
|
|
},
|
|
"doorbell_volume": 11,
|
|
"enable_vod": true,
|
|
"floodlight_settings": {
|
|
"duration": 30,
|
|
"priority": 0
|
|
},
|
|
"light_schedule_settings": {
|
|
"end_hour": 0,
|
|
"end_minute": 0,
|
|
"start_hour": 0,
|
|
"start_minute": 0
|
|
},
|
|
"live_view_preset_profile": "highest",
|
|
"live_view_presets": ["low", "middle", "high", "highest"],
|
|
"motion_detection_enabled": false,
|
|
"motion_announcement": false,
|
|
"motion_snooze_preset_profile": "low",
|
|
"motion_snooze_presets": ["none", "low", "medium", "high"],
|
|
"motion_zones": {
|
|
"active_motion_filter": 1,
|
|
"advanced_object_settings": {
|
|
"human_detection_confidence": {
|
|
"day": 0.7,
|
|
"night": 0.7
|
|
},
|
|
"motion_zone_overlap": {
|
|
"day": 0.1,
|
|
"night": 0.2
|
|
},
|
|
"object_size_maximum": {
|
|
"day": 0.8,
|
|
"night": 0.8
|
|
},
|
|
"object_size_minimum": {
|
|
"day": 0.03,
|
|
"night": 0.05
|
|
},
|
|
"object_time_overlap": {
|
|
"day": 0.1,
|
|
"night": 0.6
|
|
}
|
|
},
|
|
"enable_audio": false,
|
|
"pir_settings": {
|
|
"sensitivity1": 1,
|
|
"sensitivity2": 1,
|
|
"sensitivity3": 1,
|
|
"zone_mask": 6
|
|
},
|
|
"sensitivity": 5,
|
|
"zone1": {
|
|
"name": "Zone 1",
|
|
"state": 2,
|
|
"vertex1": { "x": 0.0, "y": 0.0 },
|
|
"vertex2": { "x": 0.0, "y": 0.0 },
|
|
"vertex3": { "x": 0.0, "y": 0.0 },
|
|
"vertex4": { "x": 0.0, "y": 0.0 },
|
|
"vertex5": { "x": 0.0, "y": 0.0 },
|
|
"vertex6": { "x": 0.0, "y": 0.0 },
|
|
"vertex7": { "x": 0.0, "y": 0.0 },
|
|
"vertex8": { "x": 0.0, "y": 0.0 }
|
|
},
|
|
"zone2": {
|
|
"name": "Zone 2",
|
|
"state": 2,
|
|
"vertex1": { "x": 0.0, "y": 0.0 },
|
|
"vertex2": { "x": 0.0, "y": 0.0 },
|
|
"vertex3": { "x": 0.0, "y": 0.0 },
|
|
"vertex4": { "x": 0.0, "y": 0.0 },
|
|
"vertex5": { "x": 0.0, "y": 0.0 },
|
|
"vertex6": { "x": 0.0, "y": 0.0 },
|
|
"vertex7": { "x": 0.0, "y": 0.0 },
|
|
"vertex8": { "x": 0.0, "y": 0.0 }
|
|
},
|
|
"zone3": {
|
|
"name": "Zone 3",
|
|
"state": 2,
|
|
"vertex1": { "x": 0.0, "y": 0.0 },
|
|
"vertex2": { "x": 0.0, "y": 0.0 },
|
|
"vertex3": { "x": 0.0, "y": 0.0 },
|
|
"vertex4": { "x": 0.0, "y": 0.0 },
|
|
"vertex5": { "x": 0.0, "y": 0.0 },
|
|
"vertex6": { "x": 0.0, "y": 0.0 },
|
|
"vertex7": { "x": 0.0, "y": 0.0 },
|
|
"vertex8": { "x": 0.0, "y": 0.0 }
|
|
}
|
|
},
|
|
"pir_motion_zones": [0, 1, 1],
|
|
"pir_settings": {
|
|
"sensitivity1": 1,
|
|
"sensitivity2": 1,
|
|
"sensitivity3": 1,
|
|
"zone_mask": 6
|
|
},
|
|
"stream_setting": 0,
|
|
"video_settings": {
|
|
"ae_level": 0,
|
|
"birton": null,
|
|
"brightness": 0,
|
|
"contrast": 64,
|
|
"saturation": 80
|
|
}
|
|
},
|
|
"siren_status": { "seconds_remaining": 0 },
|
|
"stolen": false,
|
|
"subscribed": true,
|
|
"subscribed_motions": true,
|
|
"time_zone": "America/New_York"
|
|
},
|
|
{
|
|
"address": "123 Main St",
|
|
"alerts": { "connection": "online" },
|
|
"battery_life": 80,
|
|
"description": "Internal",
|
|
"device_id": "aacdef345678",
|
|
"external_connection": false,
|
|
"features": {
|
|
"advanced_motion_enabled": false,
|
|
"motion_message_enabled": false,
|
|
"motions_enabled": true,
|
|
"night_vision_enabled": false,
|
|
"people_only_enabled": false,
|
|
"shadow_correction_enabled": false,
|
|
"show_recordings": true
|
|
},
|
|
"firmware_version": "1.9.3",
|
|
"id": 345678,
|
|
"kind": "hp_cam_v1",
|
|
"latitude": 12.0,
|
|
"led_status": "on",
|
|
"location_id": null,
|
|
"longitude": -70.12345,
|
|
"motion_snooze": { "scheduled": true },
|
|
"night_mode_status": "false",
|
|
"owned": true,
|
|
"owner": {
|
|
"email": "foo@bar.org",
|
|
"first_name": "Foo",
|
|
"id": 999999,
|
|
"last_name": "Bar"
|
|
},
|
|
"ring_cam_light_installed": "false",
|
|
"ring_id": null,
|
|
"settings": {
|
|
"chime_settings": {
|
|
"duration": 10,
|
|
"enable": true,
|
|
"type": 0
|
|
},
|
|
"doorbell_volume": 11,
|
|
"enable_vod": true,
|
|
"floodlight_settings": {
|
|
"duration": 30,
|
|
"priority": 0
|
|
},
|
|
"light_schedule_settings": {
|
|
"end_hour": 0,
|
|
"end_minute": 0,
|
|
"start_hour": 0,
|
|
"start_minute": 0
|
|
},
|
|
"live_view_preset_profile": "highest",
|
|
"live_view_presets": ["low", "middle", "high", "highest"],
|
|
"motion_detection_enabled": true,
|
|
"motion_announcement": false,
|
|
"motion_snooze_preset_profile": "low",
|
|
"motion_snooze_presets": ["none", "low", "medium", "high"],
|
|
"motion_zones": {
|
|
"active_motion_filter": 1,
|
|
"advanced_object_settings": {
|
|
"human_detection_confidence": {
|
|
"day": 0.7,
|
|
"night": 0.7
|
|
},
|
|
"motion_zone_overlap": {
|
|
"day": 0.1,
|
|
"night": 0.2
|
|
},
|
|
"object_size_maximum": {
|
|
"day": 0.8,
|
|
"night": 0.8
|
|
},
|
|
"object_size_minimum": {
|
|
"day": 0.03,
|
|
"night": 0.05
|
|
},
|
|
"object_time_overlap": {
|
|
"day": 0.1,
|
|
"night": 0.6
|
|
}
|
|
},
|
|
"enable_audio": false,
|
|
"pir_settings": {
|
|
"sensitivity1": 1,
|
|
"sensitivity2": 1,
|
|
"sensitivity3": 1,
|
|
"zone_mask": 6
|
|
},
|
|
"sensitivity": 5,
|
|
"zone1": {
|
|
"name": "Zone 1",
|
|
"state": 2,
|
|
"vertex1": { "x": 0.0, "y": 0.0 },
|
|
"vertex2": { "x": 0.0, "y": 0.0 },
|
|
"vertex3": { "x": 0.0, "y": 0.0 },
|
|
"vertex4": { "x": 0.0, "y": 0.0 },
|
|
"vertex5": { "x": 0.0, "y": 0.0 },
|
|
"vertex6": { "x": 0.0, "y": 0.0 },
|
|
"vertex7": { "x": 0.0, "y": 0.0 },
|
|
"vertex8": { "x": 0.0, "y": 0.0 }
|
|
},
|
|
"zone2": {
|
|
"name": "Zone 2",
|
|
"state": 2,
|
|
"vertex1": { "x": 0.0, "y": 0.0 },
|
|
"vertex2": { "x": 0.0, "y": 0.0 },
|
|
"vertex3": { "x": 0.0, "y": 0.0 },
|
|
"vertex4": { "x": 0.0, "y": 0.0 },
|
|
"vertex5": { "x": 0.0, "y": 0.0 },
|
|
"vertex6": { "x": 0.0, "y": 0.0 },
|
|
"vertex7": { "x": 0.0, "y": 0.0 },
|
|
"vertex8": { "x": 0.0, "y": 0.0 }
|
|
},
|
|
"zone3": {
|
|
"name": "Zone 3",
|
|
"state": 2,
|
|
"vertex1": { "x": 0.0, "y": 0.0 },
|
|
"vertex2": { "x": 0.0, "y": 0.0 },
|
|
"vertex3": { "x": 0.0, "y": 0.0 },
|
|
"vertex4": { "x": 0.0, "y": 0.0 },
|
|
"vertex5": { "x": 0.0, "y": 0.0 },
|
|
"vertex6": { "x": 0.0, "y": 0.0 },
|
|
"vertex7": { "x": 0.0, "y": 0.0 },
|
|
"vertex8": { "x": 0.0, "y": 0.0 }
|
|
}
|
|
},
|
|
"pir_motion_zones": [0, 1, 1],
|
|
"pir_settings": {
|
|
"sensitivity1": 1,
|
|
"sensitivity2": 1,
|
|
"sensitivity3": 1,
|
|
"zone_mask": 6
|
|
},
|
|
"stream_setting": 0,
|
|
"video_settings": {
|
|
"ae_level": 0,
|
|
"birton": null,
|
|
"brightness": 0,
|
|
"contrast": 64,
|
|
"saturation": 80
|
|
}
|
|
},
|
|
"siren_status": { "seconds_remaining": 30 },
|
|
"stolen": false,
|
|
"subscribed": true,
|
|
"subscribed_motions": true,
|
|
"time_zone": "America/New_York"
|
|
}
|
|
],
|
|
"other": [
|
|
{
|
|
"id": 185036587,
|
|
"kind": "intercom_handset_audio",
|
|
"description": "Ingress",
|
|
"location_id": "mock-location-id",
|
|
"schema_id": null,
|
|
"is_sidewalk_gateway": false,
|
|
"created_at": "2023-12-01T18:05:25Z",
|
|
"deactivated_at": null,
|
|
"owner": {
|
|
"id": 762490876,
|
|
"first_name": "",
|
|
"last_name": "",
|
|
"email": ""
|
|
},
|
|
"device_id": "abcdef185036587",
|
|
"time_zone": "Europe/Rome",
|
|
"firmware_version": "Up to Date",
|
|
"owned": true,
|
|
"ring_net_id": null,
|
|
"settings": {
|
|
"features_confirmed": 5,
|
|
"show_recordings": true,
|
|
"recording_ttl": 180,
|
|
"recording_enabled": false,
|
|
"keep_alive": null,
|
|
"keep_alive_auto": 45.0,
|
|
"doorbell_volume": 8,
|
|
"enable_chime": 1,
|
|
"theft_alarm_enable": 0,
|
|
"use_cached_domain": 1,
|
|
"use_server_ip": 0,
|
|
"server_domain": "fw.ring.com",
|
|
"server_ip": null,
|
|
"enable_log": 1,
|
|
"forced_keep_alive": null,
|
|
"mic_volume": 11,
|
|
"chime_settings": {
|
|
"enable": true,
|
|
"type": 2,
|
|
"duration": 10
|
|
},
|
|
"intercom_settings": {
|
|
"ring_to_open": false,
|
|
"predecessor": "{\"make\":\"Comelit\",\"model\":\"2738W\",\"wires\":2}",
|
|
"config": "{\"intercom_type\": 2, \"number_of_wires\": 2, \"autounlock_enabled\": false, \"speaker_gain\": [-49, -35, -25, -21, -16, -9, -6, -3, 0, 3, 6, 9], \"digital\": {\"audio_amp\": 0, \"chg_en\": false, \"fast_chg\": false, \"bypass\": false, \"idle_lvl\": 32, \"ext_audio\": false, \"ext_audio_term\": 0, \"off_hk_tm\": 0, \"unlk_ka\": false, \"unlock\": {\"cap_tm\": 1000, \"rpl_tm\": 1500, \"gain\": 1000, \"cmp_thr\": 4000, \"lvl\": 25000, \"thr\": 30, \"thr2\": 0, \"offln\": false, \"ac\": true, \"bias\": \"h\", \"tx_pin\": \"TXD2\", \"ack\": 0, \"prot\": \"Comelit_SB2\", \"ask\": {\"f\": 25000, \"b\": 333}}, \"ring\": {\"cap_tm\": 40, \"rpl_tm\": 200, \"gain\": 2000, \"cmp_thr\": 4500, \"lvl\": 28000, \"thr\": 30, \"thr2\": 0, \"offln\": false, \"ac\": true, \"bias\": \"m\", \"tx_pin\": \"TXD2\", \"ack\": 0, \"prot\": \"Comelit_SB2\", \"ask\": {\"f\": 25000, \"b\": 333}}, \"hook_off\": {\"cap_tm\": 1000, \"rpl_tm\": 1500, \"gain\": 1000, \"cmp_thr\": 4000, \"lvl\": 25000, \"thr\": 30, \"thr2\": 0, \"offln\": false, \"ac\": true, \"bias\": \"h\", \"tx_pin\": \"TXD2\", \"ack\": 0, \"prot\": \"Comelit_SB2\", \"ask\": {\"f\": 25000, \"b\": 333}}, \"hook_on\": {\"cap_tm\": 1000, \"rpl_tm\": 1500, \"gain\": 1000, \"cmp_thr\": 4000, \"lvl\": 25000, \"thr\": 30, \"thr2\": 0, \"offln\": false, \"ac\": true, \"bias\": \"h\", \"tx_pin\": \"TXD2\", \"ack\": 0, \"prot\": \"Comelit_SB2\", \"ask\": {\"f\": 25000, \"b\": 333}}}}",
|
|
"intercom_type": "DF",
|
|
"replication": 1,
|
|
"unlock_mode": 0
|
|
},
|
|
"voice_volume": 11
|
|
},
|
|
"alerts": {
|
|
"connection": "online",
|
|
"ota_status": "timeout"
|
|
},
|
|
"function": {
|
|
"name": null
|
|
},
|
|
"subscribed": false,
|
|
"battery_life": "52",
|
|
"features": {
|
|
"cfes_eligible": false,
|
|
"motion_zone_recommendation": false,
|
|
"motions_enabled": true,
|
|
"show_recordings": true,
|
|
"show_vod_settings": true,
|
|
"rich_notifications_eligible": false,
|
|
"show_offline_motion_events": false,
|
|
"sheila_camera_eligible": null,
|
|
"sheila_camera_processing_eligible": null,
|
|
"dynamic_network_switching_eligible": false,
|
|
"chime_auto_detect_capable": false,
|
|
"missing_key_delivery_address": false,
|
|
"show_24x7_lite": false,
|
|
"recording_24x7_eligible": null
|
|
},
|
|
"metadata": {
|
|
"ethernet": false,
|
|
"legacy_fw_migrated": true,
|
|
"imported_from_amazon": false,
|
|
"is_sidewalk_gateway": false,
|
|
"key_access_point_associated": true
|
|
}
|
|
}
|
|
]
|
|
}
|