49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
|
android_ip_webcam:
|
||
|
- host: 192.168.1.4
|
||
|
name: Living Room Camera
|
||
|
sensors:
|
||
|
- audio_connections
|
||
|
- battery_level
|
||
|
- battery_temp
|
||
|
- battery_voltage
|
||
|
- light
|
||
|
- motion
|
||
|
- pressure
|
||
|
- proximity
|
||
|
- sound
|
||
|
- video_connections
|
||
|
switches:
|
||
|
- exposure_lock
|
||
|
- ffc
|
||
|
- focus
|
||
|
- gps_active
|
||
|
- night_vision
|
||
|
- overlay
|
||
|
- whitebalance_lock
|
||
|
- video_recording
|
||
|
group:
|
||
|
Camera:
|
||
|
view: yes
|
||
|
icon: mdi:cctv
|
||
|
entities:
|
||
|
- camera.living_room_camera
|
||
|
- group.camera_sensors
|
||
|
- group.camera_switches
|
||
|
camera_sensors:
|
||
|
name: Sensors
|
||
|
entities:
|
||
|
- sensor.living_room_camera_audio_connections
|
||
|
- sensor.living_room_camera_battery_level
|
||
|
- sensor.living_room_camera_battery_temperature
|
||
|
- sensor.living_room_camera_battery_voltage
|
||
|
- sensor.living_room_camera_light_level
|
||
|
- sensor.living_room_camera_motion
|
||
|
- sensor.living_room_camera_pressure
|
||
|
- sensor.living_room_camera_sound
|
||
|
- sensor.living_room_camera_video_connections
|
||
|
camera_switches:
|
||
|
name: Switches
|
||
|
entities:
|
||
|
- switch.living_room_camera_overlay
|
||
|
- switch.living_room_camera_video_recording
|