DerT94

Results 5 issues of DerT94

I use the M600 command when my filament runout sensor triggerd. In this moment the telegram adapter starts to spam me. ![image](https://user-images.githubusercontent.com/58786605/151064713-fdc06a54-ee8f-44ac-9e38-23eec37a49dc.png)

By checking the code gound this if clause. ``` if ($MetricObject.Metrics[$Metric] -isnot [ValueType]) { $MetricValue = '"' + $MetricObject.Metrics[$Metric] + '"' } else { $MetricValue = $MetricObject.Metrics[$Metric] | Out-InfluxEscapeString }...

I got Stragne entity names. Al devises are created via the "Devices" Adapter. ![image](https://user-images.githubusercontent.com/58786605/227036918-1a3ced89-23cd-43b0-b847-f89eb29bdb4b.png) All devices are designed according to the same scheme. Room + device name. However, lovelance seems...

Hey, Is it possible to display a camera directly as a full screen? I currently use the following command ``` action: browser_mod.more_info data: large: true ignore_popup_card: true browser_id: - ID...

feature-request

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Adding an offset for the DHT22 humidity value I have connected...

enhancement