custom-components / custom_updater

[DEPRECATED]📦 A component which allows you to track and update custom cards/components and python_scripts
MIT License
166 stars 66 forks source link

not accepting storage mode #113

Closed gnkarn closed 5 years ago

gnkarn commented 5 years ago

Version of the custom_component

Describe the bug

Invalid config for [custom_updater]: [mode] is an invalid option for [custom_updater]. Check: custom_updater->custom_updater->mode. (See /config/configuration.yaml, line 630). Please check the docs at https://home-assistant.io/components/custom_updater/

custom_updater configuration

  mode: storage
  track:
    - cards
    - components
  card_urls:
    - https://raw.githubusercontent.com/kalkih/mini-media-player/master/tracker.json
    - https://raw.githubusercontent.com/bramkragten/custom-ui/master/updater.json 
    - https://raw.githubusercontent.com/kalkih/mini-graph-card/master/tracker.json
    - https://raw.githubusercontent.com/kuuji/button-card/master/tracker.json

# Add configuration here

Resources in lovelace configuration


# Add configuration here

Tracker-card configuration


# Add configuration here

Debug log


Add your logs here.
ludeeus commented 5 years ago

That is no longer valid, remove it.

chelming commented 5 years ago

@ludeeus can you edit the release notes for the 4.0.0 tag? they still reference adding mode: storage

ludeeus commented 5 years ago

For 4.0.0 it's still vaild