Please ⭐ this repo if you find it useful
This component checks the weather forecast for several days in advance and concludes whether it is worth washing the car now.
Note:
You can find a real example of using this component in my Home Assistant configuration.
I also suggest you visit the support topic on the community forum.
- Have HACS installed, this will allow you to easily manage and track updates.
- Search for "Car Wash".
- Click Install below the found integration.
... then if you want to use configuration.yaml
to configure sensor...
- Add
car_wash
sensor to yourconfiguration.yaml
file. See configuration examples below. - 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 calledcar_wash
. - Download file
car_wash.zip
from the latest release section in this repository. - Extract all files from this archive you downloaded in the directory (folder) you created.
... then if you want to use configuration.yaml
to configure sensor...
- Add
car_wash
sensor to yourconfiguration.yaml
file. See configuration examples below. - Restart Home Assistant
# Example configuration.yaml entry
binary_sensor:
- platform: car_wash
weather: weather.gismeteo_daily
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 the daily
mode in the weather provider settings. If necessary, you can configure a separate weather provider instance especially for this sensor.
* * *
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
weather:
(string) (Required)
Weather provider entity ID.
name:
(string) (Optional) (Default value: 'Car Wash')
Name to use in the frontend.
days:
(integer) (Optional) (Default value: 2)
The number of days how far forward the sensor looks for the weather forecast.
Follow the link to see example how you can use this sensor in automations.
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.car_wash: 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.
creative commons Attribution-NonCommercial-ShareAlike 4.0 International License
See separate license file for full text.