Is it possible to disable Polling on Rest sensors that are produced from the config.yaml?
The integrations did simply not load, with an warning in the bottom left corner (by the bell). I did not check the logs in detail but at first glance I could not see anything there.
After rollback, both integrations worked again.
Are they custom intergrations? if so there are breaking change to them if they havent been updated
Before it is working good but now it is dissappered too with first page. Where is the problem?
- path: ''
title: ''
icon: mdi:weather-sunny
badges: []
cards:
- entities:
- entity: sensor.weather_temp
- entity: sensor.dark_sky_summary
- entity: sensor.dark_sky_daily_summary
type: glance
- entity_apparent_temp: sensor.dark_sky_apparent_temperature
entity_current_conditions: sensor.dark_sky_icon
entity_daily_summary: sensor.dark_sky_daily_summary
entity_daytime_high: sensor.dark_sky_daytime_high_temperature_0d
entity_forecast_high_temp_1: sensor.dark_sky_daytime_high_temperature_1d
entity_forecast_high_temp_2: sensor.dark_sky_daytime_high_temperature_2d
entity_forecast_high_temp_3: sensor.dark_sky_daytime_high_temperature_3d
entity_forecast_high_temp_4: sensor.dark_sky_daytime_high_temperature_4d
entity_forecast_high_temp_5: sensor.dark_sky_daytime_high_temperature_5d
entity_forecast_icon_1: sensor.dark_sky_icon_1d
entity_forecast_icon_2: sensor.dark_sky_icon_2d
entity_forecast_icon_3: sensor.dark_sky_icon_3d
entity_forecast_icon_4: sensor.dark_sky_icon_4d
entity_forecast_icon_5: sensor.dark_sky_icon_5d
entity_forecast_low_temp_1: sensor.dark_sky_overnight_low_temperature_0d
entity_forecast_low_temp_2: sensor.dark_sky_overnight_low_temperature_1d
entity_forecast_low_temp_3: sensor.dark_sky_overnight_low_temperature_2d
entity_forecast_low_temp_4: sensor.dark_sky_overnight_low_temperature_3d
entity_forecast_low_temp_5: sensor.dark_sky_overnight_low_temperature_4d
entity_humidity: sensor.dark_sky_humidity
entity_pop: sensor.dark_sky_precip_probability
entity_pop_1: sensor.dark_sky_precip_probability_1d
entity_pop_2: sensor.dark_sky_precip_probability_2d
entity_pop_3: sensor.dark_sky_precip_probability_3d
entity_pop_4: sensor.dark_sky_precip_probability_4d
entity_pop_5: sensor.dark_sky_precip_probability_5d
entity_pop_intensity: sensor.dark_sky_precip_intensity
entity_pressure: sensor.dark_sky_pressure
entity_summary_1: sensor.dark_sky_summary_1d
entity_summary_2: sensor.dark_sky_summary_2d
entity_summary_3: sensor.dark_sky_summary_3d
entity_summary_4: sensor.dark_sky_summary_4d
entity_summary_5: sensor.dark_sky_summary_5d
entity_sun: sun.sun
entity_temperature: sensor.dark_sky_temperature
entity_visibility: sensor.dark_sky_visibility
entity_wind_bearing: sensor.dark_sky_wind_bearing
entity_wind_speed: sensor.dark_sky_wind_speed
locale: hu
old_daily_format: false
show_beaufort: true
static_icons: false
time_format: 24
tooltip_bg_color: rgb( 75,155,239)
tooltip_border_color: orange
tooltip_border_width: 3
tooltip_caret_size: 10
tooltip_fg_color: '#fff'
tooltip_left_offset: -12
tooltip_width: 100
tooltips: true
type: custom:lovelace-darksky-card
- artwork: cover
entity: media_player.plex_plex_for_samsung_tv_qe65q60ratxxh
hide:
icon_state: false
power_state: false
runtime: false
sound_mode: false
source: false
volume: false
icon: mdi:plex
name: Plex
type: custom:mini-media-player
- artwork: cover
entity: media_player.chromecast
hide:
icon_state: false
power_state: false
runtime: false
sound_mode: false
source: false
volume: false
icon: mdi:google-chrome
type: custom:mini-media-player
- name: Melegvíz
entity: switch.pince
lock:
enabled: true
show_icon: true
show_state: true
state:
- color: rgb(21, 255, 0)
icon: mdi:water-pump
styles:
icon:
- animation: blink 1s ease 10
value: 'on'
- color: rgb(255, 0, 0)
icon: mdi:water-pump-off
value: 'off'
tap_action:
action: call-service
service: switch.toggle
service_data:
entity_id: switch.pince
type: custom:button-card
you are using a number of custom cards that could be victim to the breaking change with custom cards. have you check the repositories for those to see if any updates or other having issue.
i would check the custom darksky one. as the code from that card specifically has elements that are mentioned in the breaking change (i could be wrong though)
try take out the dark sky card? see 2021.6: A little bit of everything - #99 by Mariusthvdb
the card needs an update of the LitElement, an another tweak. it’s an abandoned repo, so you can do it yourself, this is what I did:
There is a beta on the home feed card that fixes the issue.
Thank you. This was the problem.
The thermostat is a Thermosmart V3 https://www.thermosmart.com
The custom integration is weinstein component GitHub - theneweinstein/thermosmart_component: Custom Home Assistant compoment for the thermosmart thermostat.
I was able to fix the problem caused by template-entity-row wrapping each entity after clearing the cache in my desktop browser. I had already updated the component via HACS, but had the problem until clearing cache.
Now, how do I fix this in the iOS app?
(I have restarted the phone but still have the problem.)
"domain": "thermosmart",
"name": "Thermosmart",
"documentation": "https://github.com/theneweinstein/thermosmart_component",
"dependencies": [],
"after_dependencies": [],
"codeowners": [],
"requirements": ["thermosmart_hass==0.6.4"],
"config_flow": true,
"version": "1.0.0"
that hasnt been updated to have versuion in the manifest, your going to have to do it manually
And what version of the custom component are you using? The breaking issue with manifest.json needing a version tag was only fixed in April Update manifest.json · theneweinstein/thermosmart_component@322f316 · GitHub
In debug in the app (Think it’s debug down the bottom) reset frontend cache
thats only a matter of time, until the app clears its cache. You can also reset it actively in the app option.
Wonderful, thank you. I looked near that, but didn’t find it.
I love it when someone tells you “how” not just “what”.
The bloody option has moved around a bit…
here’s my personal tweaked card: Tweaked Dark sky weather card for Ha 2021.6 · GitHub
or the PR in the original repo Ha 2021.6: Update LitElement to Lit by Mariusthvdb · Pull Request #49 · iammexx/home-assistant-config · GitHub
don’t you love trying to figure out yourself first too
with HA, thats a very useful competence… in life in general really
Yes. I certainly wasn’t having a go at you for not telling me how
I posted my reply as you were posting yours, I think. Thanks for your help