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

Where dit i go wrong with config. #129

Open
3 tasks done
edegraaff opened this issue Dec 3, 2023 · 0 comments
Open
3 tasks done

Where dit i go wrong with config. #129

edegraaff opened this issue Dec 3, 2023 · 0 comments

Comments

@edegraaff
Copy link

edegraaff commented Dec 3, 2023

Checklist

  • I have filled out the template to the best of my ability.
  • This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
  • This issue is not a duplicate feature request of previous feature requests.

Is your feature request related to a problem? Please describe.

I am trying to get the snowtire function active for the Netherlands in my self hosted Home Assistant docker on my nas.
HA is working, all other integrations are ok and working.
I read over and over your documentation but i fail to get the sensor working
Entity gives option "not avalible" error in the config section.

Describe the solution you'd like

Could you add some extra lines in the documentation?
Some assumptions: The sensor is aware of the location of the HA service (as is my location)
The location is serviced by the wether service > i checked it and it is able to find Leiden (nearby)
I used your example in my sensor config

Example configuration.yaml entry

binary_sensor:

  • platform: snowtire
    weather: weather.gismeteo_daily
    unique_id: 1234567

HA Core 2023.11.3
HA Frontend 20231030.2

Describe alternatives you've considered

Checked docu, checked if the webservices weather.gismeteo_daily is existing

Additional context

2023-12-03 18:01:34.536 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2023-12-03 18:01:34.563 ERROR (MainThread) [homeassistant.helpers.entity] Update for binary_sensor.snowtire fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 696, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 957, in async_device_update
await self.async_update()
File "/config/custom_components/snowtire/binary_sensor.py", line 160, in async_update
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Unable to find an entity called weather.gismeteo_daily

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

1 participant