mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-04 20:14:28 +02:00
Fix camera cards to use picture entity
This commit is contained in:
2
dist/mushroom-strategy.js
vendored
2
dist/mushroom-strategy.js
vendored
File diff suppressed because one or more lines are too long
@@ -16,7 +16,10 @@ class CameraCard extends AbstractCard {
|
||||
* @private
|
||||
*/
|
||||
#defaultOptions = {
|
||||
type: "custom:webrtc-camera",
|
||||
type: "picture-entity",
|
||||
show_name: false,
|
||||
show_state: false,
|
||||
camera_view: "live",
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user