Very nice!
Is the code available anywhere? My dashboard is definitely due a refresh…
![]()
this fits my laptop screen, so might need some tweaking.
also, made for my 4 sprinklers and 2 programs per day, but being cards should be easily fixable for whatever you have.
had to paste it here as it is too big
I’ve used these custom cards
- layout-card
- button-card
- hui-element
- fold-entity-row
- multiple-entity-row
- vertical-stack-in-card
- paper-buttons-row
- config-template-card
- mini-graph-card
- weather-chart-card
Hello Klogg, thank you for your excellent work.
If you have a few minutes, I need help with precipitation data.
I’m using a Netatmo station to find out if it’s raining now and if it’s raining today.
My concern is more with the “rain forecast,” for which I use the Météo France integration. I extract the information from Météo France and place it in the “meteo_forecast_aujourd_hui_precipitation” sensor:
- trigger:
- platform: state
entity_id: weather.carrieres_sur_seine
action:
- service: weather.get_forecasts
data:
type: daily
target:
entity_id: weather.carrieres_sur_seine
response_variable: daily
sensor:
- name: Meteo Forecast Jours
unique_id: meteo_forecast_jours
state: "{{ daily['weather.carrieres_sur_seine'].forecast[0].condition }}"
attributes:
forecast: "{{ daily['weather.carrieres_sur_seine'].forecast }}"
availability: "{{ states('weather.carrieres_sur_seine') not in ['unknown', 'unavailable', 'none'] }}"
- sensor:
- name: Météo Forecast Aujourd'hui Précipitation
unique_id: meteo_forecast_aujourd_hui_precipitation
state: "{{ state_attr('sensor.meteo_forecast_jours','forecast')[0].precipitation | float(0) | default(0) }}"
icon: mdi:weather-rainy
unit_of_measurement: '%'
Is this the correct sensor to provide for “Predict Rain” ?
The problem is that in the Rain area the information is always displayed as 0.0.
If you can provide me with any suggestions to solve my problem, it will be helpful.
Thanks.
@klogg Sorry for the stupid question, but I can’t figure out how to write script.notify to send notifications to mobile_app_sm_g970f. Maybe you can help?
@klogg news regarding the update?
I manually updated suource code to current YAML stantdard, but i didn’t understand where switch/relay must be declared ![]()
Hi Everybody, I’m trying to install on last version of HA, but I had a lot of issue. Did someone still using it ?
Hi @brook, great job! Can you please share 2 instructions for the installation? Is it necessary to install the Kloggy integration? Thank you.
Well, yes i’m still using it. Apart from bar-card that has been removed from HACS but you can still install it manually, everithing is working fine.
What kind of problems are you facing?
@gabrio79 the switch must be declared in the UI. Under settings tab → general → weather sensors.
@parisiantony you have to install all the needed packages and the klogg package. Then you can use the code provided by @brook to display as an alternative interface for the package
JULY 2025
I have uploaded a new version to github.
Rolling 24 hour periods of rainfall are now allowed for.
Many thanks to @klogg for this awesome integration… I’ve used it for years and now I’m migrating to another one (I was searching mainly for a simplier interface, with cards instead of a yaml dashboard). What should I do to remove this entirely? Is that as simple as deleting files and folders?
Hi! Could you tell us which is the new one?
thanks
I switched to Irrigation v5 GitHub - petergridge/Irrigation-V5: Irrigation custom component for Home Assistant
Even if klogg’s interface is nicer and with some different feature, I’d like to have something I could easily manage from UI like modifying cards and so on. Also, it is actively maintained and updated, and Peter is very active in the issue tracker on github.
is there a way to set irrigation time in seconds (or fraction of minutes)?
answer: yes, just use decimals, so 0.5 = 30 sec
Does anyone know how to uninstall this integration?
Hi there. Did you fixed those red cards? Ihave the same after install the new version
Hi @Stesa6980 I have the same error of indentation. did you fixed it?




