fixed Tensorflow integration

This commit is contained in:
Mahasri Kalavala
2020-09-13 14:44:14 -04:00
parent 2a21e5760c
commit c252626d3a
7 changed files with 71 additions and 36 deletions

View File

@@ -7,7 +7,7 @@ cards:
entity: camera.frontdoor_latest_scan
camera_image: camera.frontdoor_latest_scan
show_info: true
tap_action:
tap_action:
action: more-info
- type: picture-entity
@@ -16,7 +16,7 @@ cards:
entity: camera.patio_latest_scan
camera_image: camera.patio_latest_scan
show_info: true
tap_action:
tap_action:
action: more-info
- type: picture-entity
@@ -25,7 +25,7 @@ cards:
entity: camera.driveway_latest_scan
camera_image: camera.driveway_latest_scan
show_info: true
tap_action:
tap_action:
action: more-info
- type: picture-entity
@@ -34,7 +34,7 @@ cards:
entity: camera.playarea_latest_scan
camera_image: camera.playarea_latest_scan
show_info: true
tap_action:
tap_action:
action: more-info
- type: picture-entity
@@ -43,7 +43,16 @@ cards:
entity: camera.garage_latest_scan
camera_image: camera.garage_latest_scan
show_info: true
tap_action:
tap_action:
action: more-info
- type: picture-entity
id: camera_3dprinter_latest_scan
title: 3D Printer Latest Scan
entity: camera.3dprinter_latest_scan
camera_image: camera.3d_printer_camera
show_info: true
tap_action:
action: more-info
- type: entities
@@ -60,3 +69,5 @@ cards:
name: Patio Camera
- entity: image_processing.tensorflow_playarea_camera
name: Playarea Camera
- entity: image_processing.tensorflow_3d_printer_camera
name: 3D Printer Camera

View File

@@ -6,12 +6,9 @@ cards:
show_header_toggle: false
entities:
- automation.family_room_cube_event_flip180
- automation.family_room_cube_event_flip180_2
- automation.family_room_cube_event_flip90
- automation.family_room_cube_event_move
- automation.family_room_cube_event_move_2
- automation.family_room_cube_event_shake
- automation.family_room_cube_event_shake_2
- automation.family_room_cube_event_tap_twice
- automation.front_room_cube_event_flip90
- automation.hasika_room_cube_event_flip90
@@ -95,13 +92,23 @@ cards:
- automation.upstairs_aroma_timer_start
- automation.wfh_timer_start
- type: entities
title: 3D Printer Automations
show_header_toggle: false
entities:
- automation.3d_print_send_telegram_pictures
- automation.3d_print_job_finished
- automation.3d_print_progress_update
- automation.3d_print_state_changed
- automation.3d_print_notify_printer_state
- automation.3d_print_notify_printer_error
- type: entities
title: Garage Automations
show_header_toggle: false
entities:
- automation.garage_lights_on_when_door_is_opened
- automation.garage_motion_reset
- automation.garage_motion_timer
- automation.garage_timer_elapsed
- automation.garage_timer_start_when_garage_lights_on
- automation.notify_garage_door_status

View File

@@ -60,4 +60,16 @@ cards:
title: 3D Printer Control
show_header_toggle: false
entities:
- switch.3d_printer
- entity: switch.3d_printer
name: Ender 3 Pro 3D Printer
- type: entities
title: 3D Printer Automations
show_header_toggle: false
entities:
- automation.3d_print_send_telegram_pictures
- automation.3d_print_job_finished
- automation.3d_print_progress_update
- automation.3d_print_state_changed
- automation.3d_print_notify_printer_state
- automation.3d_print_notify_printer_error