I am creating a button-card in popup but the following command to display the brightness in the label is not displayed in browser_mod, while in lovelace it works regularly.
I can fix this?
The Home Assistant has a trick, it is to take snapshots of the state and then you can return to the state as it was before. We are talking about scene.create service. Can this be applied to browser_mod.navigate navigation? For example, I had page 1 open, then after starting the trigger, I opened page 2, when the trigger is re-triggered, it should return to page 1. Thus, no matter which page was opened, the return will always be to the page that was opened before switching.
hello, you have found the solution to that error, Iāve been seeing the same message in the log for a while
Logger: homeassistant
Source: helpers/entity.py:340
First occurred: 1:27:30 (1 occurrences)
Last logged: 1:27:30
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 340, in async_update_ha_state
raise RuntimeError(f"Attribute hass is None for {self}")
RuntimeError: Attribute hass is None for <Entity None: 1>
hi, please could someone help me out - I am using custom-button-card - and wanted to combine it with browser-mod. What I want to achieve is popup just on the device where the custom-button was pressed.
This is my code so far - it does work, but popup shows on every device.
instead of getting the camera entity popup for current running device only, i get the default tap action for the sensor.time_since_most_recent sensor (more info-esque dialog box). what am i doing wrong?
Yes, I did. I tested your code and it worked so I think the problem now is with the custom:button-card component that doesnāt accept fire-dom-event as action.
Edit: My mistakeā¦ i ll try to update the custom:button-card
3.4.2 (2021-02-17)
Bug Fixes
Support for fire-dom-event (f4fcbfe), closes #429
Hi, seems like Browser Mod is quite ātalkativeā
My database is growing fast, and I am aware of the option to filter out sensors, but nevertheless, I guess it still generates a lot of traffic. Any way of reducing the frequency of reporting the sensor value? My three Browser Mod sensors have by far the most number of entries in my DB.
I canāt get the media player to work on anything but the local host where HA resides. Iām using cloud and wanted to send tts ( cloud.google_say) to remote browsers( chrome and Safari on macs) but have no success. Iāve set up the proper device IDās ( they are reported available) , get no error messages but there is no playback. Audio playback is fine when I try to manually play a media file from within the HA browser. Any ideas?
Really very often the message ācustom browser player cannot read property player of undefinedā is displayed instead of the browser_mod card: - type: 'custom:browser-player'
Any hints about what to do to avoid it?
I just yesterday noticed that my tts.cloud_say and also other media stopped working on browser_mod media-players. I cannot send any media or tts to any browser-mod media playersā¦
Before 2021.06 it worked because I have tested it, but just yeterday wanted to test something else and it did not work. I tested a little bit more, but was not able to get it to workā¦ Good to hear that Im not the only one!