Giter Site home page Giter Site logo

Comments (7)

r3mcos3 avatar r3mcos3 commented on August 27, 2024

I'm also working with packages.
But when i put

hacs: 
  token: !secret my_token

In the configuration.yaml it worked

from integration.

Sjeff avatar Sjeff commented on August 27, 2024

yeah thats what i have.

hacs:
  token: !secret my_github_access_token

worked with version 0.2.1

from integration.

r3mcos3 avatar r3mcos3 commented on August 27, 2024

Are you working with a split configuration file or with one big configuration file ?

from integration.

Sjeff avatar Sjeff commented on August 27, 2024

I use a split config file.
Just revert back to v 0.2.1 all working again.

from integration.

r3mcos3 avatar r3mcos3 commented on August 27, 2024

That was my problem to,
I have a split config but when I added the HACS component direct to the configuration.yaml it start to work.

My configuration.yaml

---
homeassistant:
  # Name of this Home Assistant instance... I've tried to be original... ;)
  name: Home

  # Location required to calculate the time the sun rises and sets
  latitude: !secret zone_home_latitude
  longitude: !secret zone_home_longitude

  # Impacts weather/sunrise data (altitude above sea level in meters)
  elevation: !secret zone_home_elevation

  # metric for Metric, imperial for Imperial
  unit_system: metric

  # Pick yours from here:
  # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  time_zone: !secret time_zone

  # Load packages
  packages: !include_dir_named integrations

  whitelist_external_dirs:
    - /config
    
hacs:
  token: !secret hacs_token

from integration.

Sjeff avatar Sjeff commented on August 27, 2024

I will try that tonight and report back.
Thanks!

from integration.

Sjeff avatar Sjeff commented on August 27, 2024

Seems to work when adding the HACS component directly in the configuration.yaml file.
thanks @r3mcos3 !

from integration.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.