Jason Cheatham
Jason Cheatham
Unless your Home Assistant instance is running in a VM or behind a proxy, you shouldn't need to set the URL or port in the Home Assistant config. If you...
> My Home Assistant installation is in a Docker container on my Mac. Running in Docker counts as running in a VM. 😄 The issue with VMs is that the...
Hmmm...I'll have to turn on remote access and try that out. How easy it would be depends on how the Maker API works through remote access, like if authentication or...
Thanks for the additional info! I thought that might be the case, but I hadn't gotten around to testing it yet. That should be easy enough to work with. The...
Someone in the forums mentioned [a solution](https://community.home-assistant.io/t/custom-component-hubitat/166750/1049?u=jason0x43) using entity customization.
What is the issue? Is an entity's class being mis-reported?
Hmmm...I haven't seen that issue before. Do you see duplicate commands if you control lights individually vs through groups?
It looks like Hubitat is returning an error page. Do you see it every time you try to control a switch?
As far as the "on" command and the physical vs digital event data go, it shouldn't matter whether the device is a light or a switch. At least, Hubitat is...
The integration doesn't yet handle water valves. From the [docs](https://docs.hubitat.com/index.php?title=Driver_Capability_List#Valve) it looks like a valve just supports `open` and `close` commands. Home Assistant doesn't have a "water valve" device type...