-
-
Notifications
You must be signed in to change notification settings - Fork 61
v4.0.0 to v5.0.0 configuration upgrade instructions
Users of the visual card editor should receive a message prompting "An automated card configuration upgrade is available, please visit the visual card editor". Opening the card editor, clicking "Upgrade" and "Save" should convert the card for the vast majority of users.
Using the visual editor will save you time -- the upgrade is automated for you!
Before (Shows all impacted values) | After (Please only include values as needed) |
---|---|
Any use of conditions in the card needs to use a renamed overrides:
- conditions:
mediaLoaded: true
overrides:
# Anything |
overrides:
- conditions:
media_loaded: true
overrides:
# Anything |
event_gallery: |
media_gallery: |
Menu button menu:
buttons:
frigate_ui: |
menu:
buttons:
camera_ui: |
The cameras:
- live_provider: frigate-jsmpeg |
cameras:
- live_provider: jsmpeg |
Global live settings used to override camera defaults are moved to a new live:
image:
# Anything
jsmpeg:
# Anything
webrtc_card:
# Anything |
cameras_global:
image:
# Anything
jsmpeg:
# Anything
webrtc_card:
# Anything |
Camera cameras:
- zone: foo
- label: bar |
cameras:
- zones:
- foo
- labels:
- bar |