Santobert
Santobert
## Context I would like to make HA accessible from the Internet, but at the moment everything in `/conf/www` is accessible via `https://my.ha.com/local`. This means, for example, that any profile...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...
Related: https://github.com/OpenAPITools/openapi-generator/issues/16110 ## Description A Java attribute of type `object` can be any instance of an object, e.g. `String`, `Boolean`, `Long `and so on. However, the resulting OpenApi specification assigns...
**Describe the bug** A clear and concise description of what the bug is. My battery input sensor was unavailable for some time around midnight. At the morning it became available...
There was an issue in 2019 regarding this problem: https://github.com/influxdata/influxdb-java/issues/615 This issue was closed because binding parameters other than WHERE was not possible according to the documentation at the time....
On all my devices ssh is disabled with username and password. For security reasons, I only allow ssh with public keys. There is a problem with sam and public key...
## Situation There are two classes that extend each other. The methods `hashCode()` and `equals()` were both generated by Eclipse. ```java public class Parent { int foo; @Override public int...