Merge pull request #39 from AalianKhan/camera-fix

Fix camera cards to use picture entity by default
This commit is contained in:
Aalian Khan
2023-08-15 10:22:03 -04:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

View File

@@ -34,7 +34,6 @@ You need to install these cards before using this strategy:
- [Mushroom cards][mushroomUrl]
- [Mini graph card][mini-graphUrl]
- [Web RTC][webRtcUrl]
### HACS

File diff suppressed because one or more lines are too long

View File

@@ -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",
};
/**