DerT94
DerT94
I use the M600 command when my filament runout sensor triggerd. In this moment the telegram adapter starts to spam me. 
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.  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...
### 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...