Adamo Maisano

Results 31 comments of Adamo Maisano

Does it need to wait for the DOM to be completely loaded, or does it take care of that itself?

Same - I am part of an organization that has some private repos on it. They never appear in the extension list. Is this possible?

Things I have recently tried (with no luck): - Disabling Local Push - Powering OFF both iPhone and Watch. Then powering them up again (iPhone first, then Watch) - Removing...

Also very interested in this. I have to do a bit of extra logic work in home assistant to group `unknown` and `unavailable` statuses with the `off` state. I'd like...

@ReneTode FYI the `lastActive` sensor's availability has been adjusted to be retained, instead of going unknown. See https://github.com/sleevezipper/hass-workstation-service/issues/58. I'm looking to get the same "fix" or optional feature for the...

`psshutdown` requires a bash with admin privileges, which HASS W cannot (?) do. [NirSoft's](https://www.nirsoft.net/utils/nircmd2.html) `nircmd.exe standby` command works however, and doesn't need admin privileges (so can be created in HASS...

@DrPerryCoke you talking about the new `button` entity type they added to HA ("Press" momentary button aka stateless switch)? Or something else?

OK cool. Yes, I too was going to make this feature request for the MQTT command switches -> buttons. Documentation and source code here: https://www.home-assistant.io/integrations/button/

FWIW I ended up just using [IOT Link](https://gitlab.com/iotlink/iotlink/-/wikis/Addons/Commands). It was quite easy as an HA service: ``` service: mqtt.publish data: topic: iotlink/workgroup/{{ host }}/commands/notify payload: '{ title: "Home Assistant", message:...

FYI I am using this workaround. 1. Create a HASS WS sensor for GPU or CPU temperature. 2. Create a template binary_sensor in HA called "PC Power" and set it...