Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default
idle
attribute to false
Right now when the companion app is started, the status sensor will have the `idle` attribute set to `unknown` until the computer has been put in suspend or is shut down. I'm suggesting that we change the default value to `false` instead, because unless I'm mistaken, it should be safe to assume that the computer is _not_ idle when the companion app starts. Having only two valid states of the `idle` attribute simplifies using it in e.g. automations.
- Loading branch information