Jason Cheatham

Results 243 comments of Jason Cheatham

I agree, it would be a bit easier to use. It hasn't been implemented yet because HSM is a bit more complex than modes, but it's certainly doable. Notes: The...

So, the integration's event server is a simple standalone server. It will listen on its own port (Home Assistant already uses port 8123). Normally it listens on a random port,...

Hmm… I haven’t looked into the energy dashboard before, but from the docs it sounds like a Hubitat Energy Meter device would use the ‘total’ state class, while a Power...

I added state class attributes to the sensor entities in v0.8.5b1. Let me know if that works.

@hokfujow You’ll need to enable beta versions for the integration in HACS. Open Hubitat’s HACS card, choose “Redownload” from the three-dot menu in the upper right, then enable “Show beta...

I’m not sure what typical behavior looks like — I haven’t used the energy dashboard myself (no devices reporting energy). It’s possible that data collection will take a bit, or...

I've spent a bit more time working with the Energy Dashboard, so at least I have a vague idea of how it works. 😄 What units are the devices that...

While I'm thinking of it: existing installs will need to copy the token value to a new "id" property in the config flow data. New installs will generate a random...

> What if I make it look for this string in .zshrc and skip saving it if so? Other tools I use (deno, 1password-cli, rtx) that generate completions simply output...

The current fix works, but only when `document.domain` is defined before the webcomponentsjs bundle is loaded. Possibly `inertDoc`'s domain should be updated in `set innerHTML` instead (or in addition)?