And here are the devices showing up without aliases despite the ādisable allā option, none of them have camera integrations enabled and none have prefixes (although ādisable allā should eliminate the need for the prefix).
āBrowser Samsung Galaxy S10 Appā seems to have now showed up, but the entities donāt have the alias stillā¦
After I upgrade card-mod to 3.1.1, my swipe cards donāt show entities, button- cards, only picture-entity show in browser pop-up window. If I try config without pop-up card, it works fine.
When I press from android phone Browser mod: debug in services, I get device ID
When I press from Windows 10 - Chrome tab Browser mod: debug in services, I get ā¦ nothing (no popup, nada)
Playing with this nice toy, cool on my android phone.
When the android phone screen is on, the HA app is on display is all working (like a popup call for example or the camera),
When the android phone screen is OFF, it will not show the pop-up (need to turn on the screen go to the HA app open t and it shows the pop-up.
Is there anyway to make the android phone turn on and show the popup automatically?
Create an automation/script with Notification Commands to start HA as Activity as the first action and then the popup command as the second action. Keep in mind that itās impossible for HA to unlock your device. If your device is unlocked it will launch the app on the selected lovelage page however with the command.
Your request has nothing to do with browser_mod btw. Thatās not something browser_mod can do on itās own.
This will launch Home Assistant app on your phone and open the dashboard /lovelace/home. Use this with the browser_mod popup service call in a script/automation so it opens the app and shows the popup.
Hi all, Iām having some troubles trying to have a popup with custom button-card that have icons that change color dynamically. As I read in some other post, if I press the button it works but to see the color changed I have to close and open again the popup (so the icon is not changing dynamically).
Below my code, a suggestion on how fix this problem would be much appreciated.
Iām trying to get this to work on my Fire Tablet running Fully Kiosk paid version to show the front door camera when the doorbell rings. I can get it to show up on my computer (Chrome) when I run
Hi all, and thanks for a great card @thomasloven !
Iām running a casting service to a Nest hub, however when I press my button that does the browser mod popout service, the pop up is showing up on my computer and not on the nest. What am I missing? Tried adding the browser.js in resources, but it doesnāt seem to change any behaviour.
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:549
First occurred: 12:10:58 (6 occurrences)
Last logged: 12:10:59
Entity light.14421223_2931a223 (<class 'custom_components.browser_mod.light.BrowserModLight'>) implements device_state_attributes. Please report it to the custom component author.
Entity sensor.14421223_2931a223 (<class 'custom_components.browser_mod.sensor.BrowserModSensor'>) implements device_state_attributes. Please report it to the custom component author.
Entity media_player.e6df632d_98839884 (<class 'custom_components.browser_mod.media_player.BrowserModPlayer'>) implements device_state_attributes. Please report it to the custom component author.
Entity light.e6df632d_98839884 (<class 'custom_components.browser_mod.light.BrowserModLight'>) implements device_state_attributes. Please report it to the custom component author.
Entity sensor.e6df632d_98839884 (<class 'custom_components.browser_mod.sensor.BrowserModSensor'>) implements device_state_attributes. Please report it to the custom component author.
Iām getting this error in my log thousands of times a day. I am trying to makes sure this is not related to my setup before posting an issue. Any ideas what may be causing this?
Logger: homeassistant.components.websocket_api.http.connection
Source: helpers/entity.py:643
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: January 28, 2022, 11:50:13 AM (3139 occurrences)
Last logged: 1:38:11 PM
[140291055913328] Error handling message: Unknown error
[140290689331792] Error handling message: Unknown error
[140290578037488] Error handling message: Unknown error
[140291228618608] Error handling message: Unknown error
[140291228805152] Error handling message: Unknown error
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/connection.py", line 100, in async_handle
handler(self.hass, self, schema(msg))
File "/config/custom_components/browser_mod/connection.py", line 44, in handle_update
devices[deviceID].update(msg.get("data", None))
File "/config/custom_components/browser_mod/connection.py", line 94, in update
self.sensor.data = data.get("browser")
File "/config/custom_components/browser_mod/helpers.py", line 106, in data
self.updated()
File "/config/custom_components/browser_mod/sensor.py", line 27, in updated
self.schedule_update_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 643, in schedule_update_ha_state
self.hass.add_job(self.async_update_ha_state(force_refresh)) # type: ignore
AttributeError: 'NoneType' object has no attribute 'add_job'