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

custom_updater not seeing all cards #60

Closed steve28 closed 5 years ago

steve28 commented 5 years ago

Version of the custom_component 3.1.8

Describe the bug I have three custom cards in my /config/www folder, but cutom_updater only sees two. I have it configured as such in configuration.yaml:

custom_updater:
  show_installable: false
  hide_sensor: true
  track:
    - components
    - cards
    - python_scripts

I have the tracker-card set like so in Lovelace:

    cards:
      - id: 888355b089af4730a9bb6ba98ebeeeff  # Automatically created id
        type: custom:tracker-card
        title:
        trackers:
          - sensor.custom_card_tracker
          - sensor.custom_component_tracker

My directory tree looks like:

image

With all that set, this is what I see in the Lovelace UI:

image

log (hopefully relevant parts)

2018-11-24 15:41:45 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.139620464754928] Received {'type': 'call_service', 'domain': 'custom_updater', 'service': 'check_all', 'service_data': {}, 'id': 35}
2018-11-24 15:41:45 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=custom_updater, service=check_all, service_data=, service_call_id=f43cda51ad7b44babe4d6f28cc97b162>
2018-11-24 15:41:45 DEBUG (MainThread) [homeassistant.components.api] STREAM 139621200462624 FORWARDING <Event call_service[L]: domain=custom_updater, service=check_all, service_data=, service_call_id=f43cda51ad7b44babe4d6f28cc97b162>
2018-11-24 15:41:45 DEBUG (MainThread) [homeassistant.components.api] STREAM 139621200462624 WRITING data: {"event_type": "call_service", "data": {"domain": "custom_updater", "service": "check_all", "service_data": {}, "service_call_id": "f43cda51ad7b44babe4d6f28cc97b162"}, "origin": "LOCAL", "time_fired": "2018-11-24T23:41:45.223068+00:00", "context": {"id": "ef524458903b4227bc54a3fb003f3d3b", "user_id": "7ea9d55db89947e9a6f4676b031a252b"}}
2018-11-24 15:41:45 DEBUG (SyncWorker_12) [pyupdate.ha_custom.common] get_repo_data: "['https://raw.githubusercontent.com/custom-cards/information/master/repos.json']"
2018-11-24 15:41:45 DEBUG (SyncWorker_12) [pyupdate.ha_custom.custom_cards] get_info_all_cards: {'aftership-card': ['aftership-card', '0.0.2', 'https://raw.githubusercontent.com/custom-cards/aftership-card/master/aftership-card.js', 'https://github.com/custom-cards/aftership-card', 'https://github.com/custom-cards/aftership-card/releases/latest'], 'beer-wishlist-card': ['beer-wishlist-card', '0.0.2', 'https://raw.githubusercontent.com/custom-cards/aftership-card/master/aftership-card.js', 'https://github.com/custom-cards/aftership-card', 'https://github.com/custom-cards/aftership-card/releases/latest'], 'button-entity-row': ['button-entity-row', '0.1.4', 'https://raw.githubusercontent.com/custom-cards/button-entity-row/master/button-entity-row.js', 'https://github.com/custom-cards/button-entity-row', 'https://github.com/custom-cards/button-entity-row/releases/latest'], 'canvas-gauge-card': ['canvas-gauge-card', '0.0.2', 'https://raw.githubusercontent.com/custom-cards/canvas-gauge-card/master/canvas-gauge-card.js', 'https://github.com/custom-cards/canvas-gauge-card', 'https://github.com/custom-cards/canvas-gauge-card/releases/latest'], 'circle-sensor-card': ['circle-sensor-card', '1.2.0', 'https://raw.githubusercontent.com/custom-cards/circle-sensor-card/master/circle-sensor-card.js', 'https://github.com/custom-cards/circle-sensor-card', 'https://github.com/custom-cards/circle-sensor-card/releases/latest'], 'ext-weblink': ['ext-weblink', '0.3.2', 'https://raw.githubusercontent.com/custom-cards/ext-weblink/master/ext-weblink.js', 'https://github.com/custom-cards/ext-weblink', 'https://github.com/custom-cards/ext-weblink/releases/latest'], 'light-entity-row': ['light-entity-row', '0.2.4', 'https://raw.githubusercontent.com/custom-cards/light-entity-row/master/light-entity-row.js', 'https://github.com/custom-cards/light-entity-row', 'https://github.com/custom-cards/light-entity-row/releases/latest'], 'list-card': ['list-card', '0.0.7', 'https://raw.githubusercontent.com/custom-cards/list-card/master/list-card.js', 'https://github.com/custom-cards/list-card', 'https://github.com/custom-cards/list-card/releases/latest'], 'rmv-card': ['rmv-card', '999', 'https://raw.githubusercontent.com/custom-cards/marquee-state-element/master/marquee-state-element.js', 'https://github.com/custom-cards/marquee-state-element', 'https://github.com/custom-cards/marquee-state-element/releases/latest'], 'state-attribute-element': ['state-attribute-element', '0.2.0', 'https://raw.githubusercontent.com/custom-cards/state-attribute-element/master/state-attribute-element.js', 'https://github.com/custom-cards/state-attribute-element', 'https://github.com/custom-cards/state-attribute-element/releases/latest'], 'state-element': ['state-element', '0.0.1', 'https://raw.githubusercontent.com/custom-cards/state-element/master/state-element.js', 'https://github.com/custom-cards/state-element', 'https://github.com/custom-cards/state-element/releases/latest'], 'surveillance-card': ['surveillance-card', '0.0.1', 'https://raw.githubusercontent.com/custom-cards/surveillance-card/master/surveillance-card.js', 'https://github.com/custom-cards/surveillance-card', 'https://github.com/custom-cards/surveillance-card/releases/latest'], 'text-element': ['text-element', '0.0.2', 'https://raw.githubusercontent.com/custom-cards/text-element/master/text-element.js', 'https://github.com/custom-cards/text-element', 'https://github.com/custom-cards/text-element/releases/latest'], 'tracker-card': ['tracker-card', '0.1.5', 'https://raw.githubusercontent.com/custom-cards/tracker-card/master/tracker-card.js', 'https://github.com/custom-cards/tracker-card', 'https://github.com/custom-cards/tracker-card/blob/master/changelog.md'], 'upcoming-media-card': ['upcoming-media-card', '0.3.3', 'https://raw.githubusercontent.com/custom-cards/upcoming-media-card/master/upcoming-media-card.js', 'https://github.com/custom-cards/upcoming-media-card', 'https://github.com/custom-cards/upcoming-media-card/releases/latest'], 'username-element': ['username-element', '0.0.1', 'https://raw.githubusercontent.com/custom-cards/username-element/master/username-element.js', 'https://github.com/custom-cards/username-element', 'https://github.com/custom-cards/username-element/releases/latest'], 'vertical-stack-in-card': ['vertical-stack-in-card', '0.0.8', 'https://raw.githubusercontent.com/custom-cards/vertical-stack-in-card/master/vertical-stack-in-card.js', 'https://github.com/custom-cards/vertical-stack-in-card', 'https://github.com/custom-cards/vertical-stack-in-card/blob/master/changelog.md'], 'card-modder': ['card-modder', 'b44fb3', 'https://raw.githubusercontent.com/thomasloven/lovelace-card-modder/master/card-modder.js', 'https://github.com/thomasloven/lovelace-card-modder', 'https://github.com/thomasloven/lovelace-card-modder'], 'color-glance-card': ['color-glance-card', '4717b8', 'https://raw.githubusercontent.com/thomasloven/lovelace-color-glance-card/master/color-glance-card.js', 'https://github.com/thomasloven/lovelace-color-glance-card', 'https://github.com/thomasloven/lovelace-color-glance-card'], 'column-card': ['column-card', 'c8c80f', 'https://raw.githubusercontent.com/thomasloven/lovelace-column-card/master/column-card.js', 'https://github.com/thomasloven/lovelace-column-card', 'https://github.com/thomasloven/lovelace-column-card'], 'fold-entity-row': ['fold-entity-row', 'a310c8', 'https://raw.githubusercontent.com/thomasloven/lovelace-fold-entity-row/master/fold-entity-row.js', 'https://github.com/thomasloven/lovelace-fold-entity-row', 'https://github.com/thomasloven/lovelace-fold-entity-row'], 'lovelace-fullykiosk': ['lovelace-fullykiosk', '96feda', 'https://raw.githubusercontent.com/thomasloven/lovelace-fullykiosk/master/lovelace-fullykiosk.js', 'https://github.com/thomasloven/lovelace-fullykiosk', 'https://github.com/thomasloven/lovelace-fullykiosk'], 'layout-card': ['layout-card', '7db164', 'https://raw.githubusercontent.com/thomasloven/lovelace-layout-card/master/layout-card.js', 'https://github.com/thomasloven/lovelace-layout-card', 'https://github.com/thomasloven/lovelace-layout-card'], 'long-press': ['long-press', 'ca07e2', 'https://raw.githubusercontent.com/thomasloven/lovelace-long-press/master/long-press.js', 'https://github.com/thomasloven/lovelace-long-press', 'https://github.com/thomasloven/lovelace-long-press'], 'lovelace-player': ['lovelace-player', 'c2a43b', 'https://raw.githubusercontent.com/thomasloven/lovelace-player/master/lovelace-player.js', 'https://github.com/thomasloven/lovelace-player', 'https://github.com/thomasloven/lovelace-player'], 'popup-card': ['popup-card', '019d45', 'https://raw.githubusercontent.com/thomasloven/lovelace-popup-card/master/popup-card.js', 'https://github.com/thomasloven/lovelace-popup-card', 'https://github.com/thomasloven/lovelace-popup-card'], 'slider-entity-row': ['slider-entity-row', '5e75f8', 'https://raw.githubusercontent.com/thomasloven/lovelace-slider-entity-row/master/slider-entity-row.js', 'https://github.com/thomasloven/lovelace-slider-entity-row', 'https://github.com/thomasloven/lovelace-slider-entity-row'], 'state-switch': ['state-switch', '2b02f2', 'https://raw.githubusercontent.com/thomasloven/lovelace-state-switch/master/state-switch.js', 'https://github.com/thomasloven/lovelace-state-switch', 'https://github.com/thomasloven/lovelace-state-switch'], 'time-input-row': ['time-input-row', 'f503b7', 'https://raw.githubusercontent.com/thomasloven/lovelace-time-input-row/master/time-input-row.js', 'https://github.com/thomasloven/lovelace-time-input-row', 'https://github.com/thomasloven/lovelace-time-input-row'], 'toggle-lock-entity-row': ['toggle-lock-entity-row', 'a57ac1', 'https://raw.githubusercontent.com/thomasloven/lovelace-toggle-lock-entity-row/master/toggle-lock-entity-row.js', 'https://github.com/thomasloven/lovelace-toggle-lock-entity-row', 'https://github.com/thomasloven/lovelace-toggle-lock-entity-row'], 'useful-markdown-card': ['useful-markdown-card', 'bac550', 'https://raw.githubusercontent.com/thomasloven/lovelace-useful-markdown-card/master/useful-markdown-card.js', 'https://github.com/thomasloven/lovelace-useful-markdown-card', 'https://github.com/thomasloven/lovelace-useful-markdown-card'], 'monster-card': ['monster-card', '0.2.3', 'https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/monster-card/monster-card.js', 'https://github.com/ciotlosm/custom-lovelace/tree/master/monster-card', 'https://github.com/ciotlosm/custom-lovelace/tree/master/monster-card/changelog.md'], 'gauge-card': ['gauge-card', '0.2.0', 'https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/gauge-card/gauge-card.js', 'https://github.com/ciotlosm/custom-lovelace/tree/master/gauge-card', 'https://github.com/ciotlosm/custom-lovelace/tree/master/gauge-card/changelog.md'], 'entity-attributes-card': ['entity-attributes-card', '0.1.1', 'https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/entity-attributes-card/entity-attributes-card.js', 'https://github.com/ciotlosm/custom-lovelace/tree/master/entity-attributes-card', 'https://github.com/ciotlosm/custom-lovelace/tree/master/entity-attributes-card/changelog.md'], 'group-card': ['group-card', '0.0.2', 'https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/group-card/group-card.js', 'https://github.com/ciotlosm/custom-lovelace/tree/master/group-card', 'https://github.com/ciotlosm/custom-lovelace/tree/master/group-card/changelog.md'], 'thermostat-card': ['thermostat-card', '0.1.1', 'https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/thermostat-card/thermostat-card.js', 'https://github.com/ciotlosm/custom-lovelace/tree/master/thermostat-card', 'https://github.com/ciotlosm/custom-lovelace/tree/master/thermostat-card/changelog.md'], 'plan-coordinates': ['plan-coordinates', '0.1.0', 'https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/plan-coordinates/plan-coordinates.js', 'https://github.com/ciotlosm/custom-lovelace/tree/master/plan-coordinates', 'https://github.com/ciotlosm/custom-lovelace/tree/master/plan-coordinates/changelog.md'], 'alarm_control_panel-card': ['alarm_control_panel-card', '0.4.0', 'https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/alarm_control_panel-card/alarm_control_panel-card.js', 'https://github.com/ciotlosm/custom-lovelace/tree/master/alarm_control_panel-card', 'https://github.com/ciotlosm/custom-lovelace/tree/master/alarm_control_panel-card/changelog.md'], 'bignumber-card': ['bignumber-card', '0.0.1', 'https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/bignumber-card/bignumber-card.js', 'https://github.com/ciotlosm/custom-lovelace/tree/master/bignumber-card', 'https://github.com/ciotlosm/custom-lovelace/tree/master/bignumber-card/changelog.md'], 'home-setter': ['home-setter', '0.0.1', 'https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/home-setter/home-setter.js', 'https://github.com/ciotlosm/custom-lovelace/tree/master/home-setter', 'https://github.com/ciotlosm/custom-lovelace/tree/master/home-setter/changelog.md'], 'beer-card': ['beer-card', '0.2.3', 'https://raw.githubusercontent.com/ciotlosm/custom-lovelace/master/beer-card/beer-card.js', 'https://github.com/ciotlosm/custom-lovelace/tree/master/beer-card', 'https://github.com/ciotlosm/custom-lovelace/tree/master/beer-card/changelog.md']}
2018-11-24 15:41:45 DEBUG (SyncWorker_12) [pyupdate.ha_custom.custom_cards] get_sensor_data: [{'domain': 'custom_cards', 'has_update': [], 'tracker-card': {'local': '0.1.5', 'remote': '0.1.5', 'has_update': False, 'not_local': False, 'repo': 'https://github.com/custom-cards/tracker-card', 'change_log': 'https://github.com/custom-cards/tracker-card/blob/master/changelog.md'}, 'monster-card': {'local': '0.2.3', 'remote': '0.2.3', 'has_update': False, 'not_local': False, 'repo': 'https://github.com/ciotlosm/custom-lovelace/tree/master/monster-card', 'change_log': 'https://github.com/ciotlosm/custom-lovelace/tree/master/monster-card/changelog.md'}}, 0]
2018-11-24 15:41:45 DEBUG (SyncWorker_12) [pyupdate.ha_custom.common] get_repo_data: "['https://raw.githubusercontent.com/custom-components/information/master/repos.json']"
2018-11-24 15:41:45 DEBUG (SyncWorker_12) [pyupdate.ha_custom.custom_components] get_info_all_components: {'binary_sensor.hadockermon': ['binary_sensor.hadockermon', '', 'custom_components/binary_sensor/hadockermon.py', 'https://raw.githubusercontent.com/custom-components/binary_sensor.hadockermon/master/custom_components/binary_sensor/hadockermon.py', 'https://github.com/custom-components/binary_sensor.hadockermon', 'https://github.com/custom-components/binary_sensor.hadockermon/releases/latest'], 'camera.combined': ['camera.combined', '0.0.1', 'custom_components/camera/combined.py', 'https://raw.githubusercontent.com/custom-components/camera.combined/master/custom_components/camera/combined.py', 'https://github.com/custom-components/camera.combined', 'https://github.com/custom-components/camera.combined/releases/latest'], 'camera.multisource': ['camera.multisource', '0.3.0', 'custom_components/camera/multisource.py', 'https://raw.githubusercontent.com/custom-components/camera.multisource/master/custom_components/camera/multisource.py', 'https://github.com/custom-components/camera.multisource', 'https://github.com/custom-components/camera.multisource/releases/latest'], 'camera.unsplash': ['camera.unsplash', '0.4.2', 'custom_components/camera/unsplash.py', 'https://raw.githubusercontent.com/custom-components/camera.unsplash/master/custom_components/camera/unsplash.py', 'https://github.com/custom-components/camera.unsplash', 'https://github.com/custom-components/camera.unsplash/releases/latest'], 'climate.e_thermostaat': ['climate.e_thermostaat', '0.2.0', 'custom_components/climate/e_thermostaat.py', 'https://raw.githubusercontent.com/custom-components/climate.e_thermostaat/master/custom_components/climate/e_thermostaat.py', 'https://github.com/custom-components/climate.e_thermostaat', 'https://github.com/custom-components/climate.e_thermostaat/releases/latest'], 'custom_updater': ['custom_updater', '3.1.8', 'custom_components/custom_updater.py', 'https://raw.githubusercontent.com/custom-components/custom_updater/master/custom_components/custom_updater.py', 'https://github.com/custom-components/custom_updater', 'https://github.com/custom-components/custom_updater/releases/latest'], 'hassbian_config': ['hassbian_config', '2.0.1', 'custom_components/hassbian_config.py', 'https://raw.githubusercontent.com/custom-components/hassbian_config/master/custom_components/hassbian_config.py', 'https://github.com/custom-components/hassbian_config', 'https://github.com/custom-components/hassbian_config/releases/latest'], 'lists': ['lists', '', 'custom_components/lists.py', 'https://raw.githubusercontent.com/custom-components/lists/master/custom_components/lists.py', 'https://github.com/custom-components/lists', 'https://github.com/custom-components/lists/releases/latest'], 'media_player.braviatv_psk': ['media_player.braviatv_psk', '0.2.1', 'custom_components/media_player/braviatv_psk.py', 'https://raw.githubusercontent.com/custom-components/media_player.braviatv_psk/master/custom_components/media_player/braviatv_psk.py', 'https://github.com/custom-components/media_player.braviatv_psk', 'https://github.com/custom-components/media_player.braviatv_psk/releases/latest'], 'sensor.aftership': ['sensor.aftership', '0.3.0', 'custom_components/sensor/aftership.py', 'https://raw.githubusercontent.com/custom-components/sensor.aftership/master/custom_components/sensor/aftership.py', 'https://github.com/custom-components/sensor.aftership', 'https://github.com/custom-components/sensor.aftership/releases/latest'], 'sensor.authenticated': ['sensor.authenticated', '0.4.0', 'custom_components/sensor/authenticated.py', 'https://raw.githubusercontent.com/custom-components/sensor.authenticated/master/custom_components/sensor/authenticated.py', 'https://github.com/custom-components/sensor.authenticated', 'https://github.com/custom-components/sensor.authenticated/releases/latest'], 'sensor.brewdog': ['sensor.brewdog', '0.0.2', 'custom_components/sensor/brewdog.py', 'https://raw.githubusercontent.com/custom-components/sensor.brewdog/master/custom_components/sensor/brewdog.py', 'https://github.com/custom-components/sensor.brewdog', 'https://github.com/custom-components/sensor.brewdog/releases/latest'], 'sensor.feedparser': ['sensor.feedparser', '0.0.2', 'custom_components/sensor/feedparser.py', 'https://raw.githubusercontent.com/custom-components/sensor.feedparser/master/custom_components/sensor/feedparser.py', 'https://github.com/custom-components/sensor.feedparser', 'https://github.com/custom-components/sensor.feedparser/releases/latest'], 'sensor.geoip': ['sensor.geoip', '0.0.1', 'custom_components/sensor/geoip.py', 'https://raw.githubusercontent.com/custom-components/sensor.geoip/master/custom_components/sensor/geoip.py', 'https://github.com/custom-components/sensor.geoip', 'https://github.com/custom-components/sensor.geoip/releases/latest'], 'sensor.launchlibrary': ['sensor.launchlibrary', '1.1.0', 'custom_components/sensor/launchlibrary.py', 'https://raw.githubusercontent.com/custom-components/sensor.launchlibrary/master/custom_components/sensor/launchlibrary.py', 'https://github.com/custom-components/sensor.launchlibrary', 'https://github.com/custom-components/sensor.launchlibrary/releases/latest'], 'sensor.owlintuition': ['sensor.owlintuition', '1.1.0', 'custom_components/sensor/owlintuition.py', 'https://raw.githubusercontent.com/custom-components/sensor.owlintuition/master/custom_components/sensor/owlintuition.py', 'https://github.com/custom-components/sensor.owlintuition', 'https://github.com/custom-components/sensor.owlintuition/releases/latest'], 'sensor.personalcapital': ['sensor.personalcapital', '0.0.2', 'custom_components/sensor/personalcapital.py', 'https://raw.githubusercontent.com/custom-components/sensor.personalcapital/master/custom_components/sensor/personalcapital.py', 'https://github.com/custom-components/sensor.personalcapital', 'https://github.com/custom-components/sensor.personalcapital/releases/latest'], 'sensor.plex_recently_added': ['sensor.plex_recently_added', '0.1.8', 'custom_components/sensor/plex_recently_added.py', 'https://raw.githubusercontent.com/custom-components/sensor.plex_recently_added/master/custom_components/sensor/plex_recently_added.py', 'https://github.com/custom-components/sensor.plex_recently_added', 'https://github.com/custom-components/sensor.plex_recently_added/releases/latest'], 'sensor.radarr_upcoming_media': ['sensor.radarr_upcoming_media', '0.2.4', 'custom_components/sensor/radarr_upcoming_media.py', 'https://raw.githubusercontent.com/custom-components/sensor.radarr_upcoming_media/master/custom_components/sensor/radarr_upcoming_media.py', 'https://github.com/custom-components/sensor.radarr_upcoming_media', 'https://github.com/custom-components/sensor.radarr_upcoming_media/releases/latest'], 'sensor.rpi_power': ['sensor.rpi_power', '0.0.7', 'custom_components/sensor/rpi_power.py', 'https://raw.githubusercontent.com/custom-components/sensor.rpi_power/master/custom_components/sensor/rpi_power.py', 'https://github.com/custom-components/sensor.rpi_power', 'https://github.com/custom-components/sensor.rpi_power/releases/latest'], 'sensor.ruter': ['sensor.ruter', '3.0.0', 'custom_components/sensor/ruter.py', 'https://raw.githubusercontent.com/custom-components/sensor.ruter/master/custom_components/sensor/ruter.py', 'https://github.com/custom-components/sensor.ruter', 'https://github.com/custom-components/sensor.ruter/releases/latest'], 'sensor.sonarr_upcoming_media': ['sensor.sonarr_upcoming_media', '0.1.5', 'custom_components/sensor/sonarr_upcoming_media.py', 'https://raw.githubusercontent.com/custom-components/sensor.sonarr_upcoming_media/master/custom_components/sensor/sonarr_upcoming_media.py', 'https://github.com/custom-components/sensor.sonarr_upcoming_media', 'https://github.com/custom-components/sensor.sonarr_upcoming_media/releases/latest'], 'sensor.ssh': ['sensor.ssh', '0.1.1', 'custom_components/sensor/ssh.py', 'https://raw.githubusercontent.com/custom-components/sensor.ssh/master/custom_components/sensor/ssh.py', 'https://github.com/custom-components/sensor.ssh', 'https://github.com/custom-components/sensor.ssh/releases/latest'], 'sensor.syncthing': ['sensor.syncthing', '', 'custom_components/sensor/syncthing/__init__.py', 'https://raw.githubusercontent.com/custom-components/sensor.syncthing/master/custom_components/sensor/syncthing/__init__.py', 'https://github.com/custom-components/sensor.syncthing', 'https://github.com/custom-components/sensor.syncthing/releases/latest'], 'sensor.tautulli': ['sensor.tautulli', '', 'custom_components/sensor/tautulli.py', 'https://raw.githubusercontent.com/custom-components/sensor.tautulli/master/custom_components/sensor/tautulli.py', 'https://github.com/custom-components/sensor.tautulli', 'https://github.com/custom-components/sensor.tautulli/releases/latest'], 'sensor.trakt': ['sensor.trakt', '0.0.2', 'custom_components/sensor/trakt.py', 'https://raw.githubusercontent.com/custom-components/sensor.trakt/master/custom_components/sensor/trakt.py', 'https://github.com/custom-components/sensor.trakt', 'https://github.com/custom-components/sensor.trakt/releases/latest'], 'sensor.unifigateway': ['sensor.unifigateway', '0.2.0', 'custom_components/sensor/unifigateway.py', 'https://raw.githubusercontent.com/custom-components/sensor.unifigateway/master/custom_components/sensor/unifigateway.py', 'https://github.com/custom-components/sensor.unifigateway', 'https://github.com/custom-components/sensor.unifigateway/releases/latest'], 'sensor.untapped': ['sensor.untapped', '', 'custom_components/sensor/untapped/__init__.py', 'https://raw.githubusercontent.com/custom-components/sensor.untapped/master/custom_components/sensor/untapped/__init__.py', 'https://github.com/custom-components/sensor.untapped', 'https://github.com/custom-components/sensor.untapped/releases/latest'], 'sensor.weatheralerts': ['sensor.weatheralerts', '', 'custom_components/sensor/weatheralerts.py', 'https://raw.githubusercontent.com/custom-components/sensor.weatheralerts/master/custom_components/sensor/weatheralerts.py', 'https://github.com/custom-components/sensor.weatheralerts', 'https://github.com/custom-components/sensor.weatheralerts/releases/latest'], 'sensor.wienerlinien': ['sensor.wienerlinien', '1.1.1', 'custom_components/sensor/wienerlinien.py', 'https://raw.githubusercontent.com/custom-components/sensor.wienerlinien/master/custom_components/sensor/wienerlinien.py', 'https://github.com/custom-components/sensor.wienerlinien', 'https://github.com/custom-components/sensor.wienerlinien/releases/latest'], 'sickchill': ['sickchill', '0.1.1', 'custom_components/sickchill/__init__.py', 'https://raw.githubusercontent.com/custom-components/sickchill/master/custom_components/sickchill/__init__.py', 'https://github.com/custom-components/sickchill', 'https://github.com/custom-components/sickchill/releases/latest'], 'switch.hadockermon': ['switch.hadockermon', '', 'custom_components/switch/hadockermon.py', 'https://raw.githubusercontent.com/custom-components/switch.hadockermon/master/custom_components/switch/hadockermon.py', 'https://github.com/custom-components/switch.hadockermon', 'https://github.com/custom-components/switch.hadockermon/releases/latest'], 'usps_mail': ['usps_mail', '0.1.1', 'custom_components/usps_mail.py', 'https://raw.githubusercontent.com/custom-components/usps_mail/master/custom_components/usps_mail.py', 'https://github.com/custom-components/usps_mail', 'https://github.com/custom-components/usps_mail/releases/latest']}
2018-11-24 15:41:45 DEBUG (SyncWorker_12) [pyupdate.ha_custom.custom_components] get_sensor_data: [{'domain': 'custom_components', 'has_update': [], 'custom_updater': {'local': '3.1.8', 'remote': '3.1.8', 'has_update': False, 'not_local': False, 'repo': 'https://github.com/custom-components/custom_updater', 'change_log': 'https://github.com/custom-components/custom_updater/releases/latest'}}, 0]
2018-11-24 15:41:45 DEBUG (SyncWorker_12) [pyupdate.ha_custom.common] get_repo_data: "[]"
2018-11-24 15:41:45 DEBUG (SyncWorker_12) [pyupdate.ha_custom.python_scripts] get_info_all_python_scripts: {}
2018-11-24 15:41:45 DEBUG (SyncWorker_12) [pyupdate.ha_custom.python_scripts] get_sensor_data: [{'domain': 'python_scripts', 'has_update': []}, 0]
2018-11-24 15:41:45 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=f43cda51ad7b44babe4d6f28cc97b162>
2018-11-24 15:41:45 DEBUG (MainThread) [homeassistant.components.api] STREAM 139621200462624 FORWARDING <Event service_executed[L]: service_call_id=f43cda51ad7b44babe4d6f28cc97b162>
2018-11-24 15:41:45 DEBUG (MainThread) [homeassistant.components.api] STREAM 139621200462624 WRITING data: {"event_type": "service_executed", "data": {"service_call_id": "f43cda51ad7b44babe4d6f28cc97b162"}, "origin": "LOCAL", "time_fired": "2018-11-24T23:41:45.907376+00:00", "context": {"id": "ef524458903b4227bc54a3fb003f3d3b", "user_id": "7ea9d55db89947e9a6f4676b031a252b"}}
2018-11-24 15:41:45 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.139620464754928] Sending {'id': 35, 'type': 'result', 'success': True, 'result': None}

For reference, this is card: https://github.com/thomasloven/lovelace-fold-entity-row

steve28 commented 5 years ago

never mind. my ui-lovelace.yaml was not correctly updating. All is working now. Sorry for the noise.