Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble migrating to the new setup process #149

Open
josemotta opened this issue Sep 17, 2021 · 2 comments
Open

Trouble migrating to the new setup process #149

josemotta opened this issue Sep 17, 2021 · 2 comments

Comments

@josemotta
Copy link

josemotta commented Sep 17, 2021

Hi,
Good job with this component! I use it in a container to embed Elastic stack in a Homeassistant project with Raspberry Pi. The docker-compose looks like the following:

 homeassistant:
    container_name: homeassistant
    image: "ghcr.io/home-assistant/raspberrypi4-homeassistant:stable"
    volumes:
      - /home/pi/config:/config
      - /etc/localtime:/etc/localtime:ro
    restart: unless-stopped
    privileged: true
    network_mode: host
    devices:
      - /dev/i2c-1:/dev/i2c-1

I just use the container, copying the custom_components folder to config. My concern is that you mentioned that UI would be the only way to install it in the future. Please reconsider not deprecating the manual installation method.

@legrego
Copy link
Owner

legrego commented Sep 22, 2021

Hey @josemotta, thanks for the feedback. I don't have any plans to remove the manual configuration method anytime soon, but I may decide not to add new config settings to that method if it adds significant complexity.

It wouldn't surprise me if Home Assistant eventually removed support for manual configuration at some point in the future, so I was trying to get ahead of that by sunsetting manual config here.

I'll leave this issue open in case we get more clarity on the future of manual configuration within the ecosystem one way or another

@strawgate
Copy link
Collaborator

Is this issue for manual installation or manual configuration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants