Please ⭐ this repo if you find it useful
This component checks the weather forecast for several days in advance and concludes whether it is time to change car tires from summer to winter and vice versa.
I also suggest you visit the support topic on the community forum.
- Since version 1.6.0:
- The whole
platform: snowtire
entry under thebinary_sensor:
section inconfiguration.yaml
is deprecated and should be replaced tosnowtire:
section or removed. Now you also can use the UI to change settings for the snowtire platform. Please adjust yourconfiguration.yaml
and restart Home Assistant. - Default name for sensor is your Home Assistant location name.
- The whole
- Have HACS installed, this will allow you to easily manage and track updates.
- Search for "Snowtire".
- Click Install below the found integration.
- If you want to configure component via Home Assistant UI...
in the HA UI add Snowtire sensor into system. - If you want to configure component via
configuration.yaml
...
follow instructions below, then restart Home Assistant.
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledsnowtire
. - Download file
snowtire.zip
from the latest release section in this repository. - Extract all files from this archive you downloaded in the directory (folder) you created.
- Restart Home Assistant
- If you want to configure component via Home Assistant UI...
in the HA UI add Snowtire sensor into system. - If you want to configure component via
configuration.yaml
...
follow instructions below, then restart Home Assistant.
# Example configuration.yaml entry (see variables description below)
snowtire:
- weather: weather.<YOUR_WEATHER_PROVIDER_ENTITY_ID>
* * *
I put a lot of work into making this repo and component available and updated to inspire and help others! I will be glad to receive thanks from you — it will give me new strength and add enthusiasm:
or support via Bitcoin or Etherium:
16yfCfz9dZ8y8yuSwBFVfiAa3CNYdMh7Ts
Note:
This sensor should work with any weather provider in any of it settings. But please note that the sensor cannot see further than the weather provider shows. Therefore, it is recommended to set thedaily
mode in the weather provider settings. If necessary, you can configure a separate weather provider instance especially for this sensor.
weather:
(string) (Required)
Weather provider entity ID.
unique_id
(string) (Optional)
An ID that uniquely identifies this sensor. Set this to a unique value to allow customization through the UI.
Note:
If you used the component version 1.3.0 or earlier, you can specify the special value__legacy__
, so that no duplicates of already existing sensors are created.
The use of this special value in newly created sensors is not recommended.Another way is to manually delete all old sensors via Configuration > Entities. Then restart HA and all the _2’s were was the original sensors again complete with their history.
name:
(string) (Optional) (Default value: Your HA location name)
Name of area to use in the frontend.
days:
(positive integer) (Optional) (Default value: 7)
The number of days how far forward the sensor looks for the weather forecast.
create_notifications:
(boolean) (Optional) (Default value: True)
If True, component generates notifications to change tires.
You can automatically track new versions of this component and update it by HACS.
To enable debug logs use this configuration:
# Example configuration.yaml entry
logger:
default: info
logs:
custom_components.snowtire: debug
... then restart HA.
This is an active open-source project. We are always open to people who want to use the code or contribute to it.
We have set up a separate document containing our contribution guidelines.
Thank you for being involved! 😍
The original setup of this component is by Andrey "Limych" Khrolenok.
For a full list of all authors and contributors, check the contributor's page.
This Home Assistant custom component was created and is updated using the HA-Blueprint template. You can use this template to maintain your own Home Assistant custom components.
creative commons Attribution-NonCommercial-ShareAlike 4.0 International License
See separate license file for full text.