spacemanspiff2007

Results 81 issues of spacemanspiff2007

**Describe the problem you have/What new integration you would like** I have multiple states and i would like to group them logically in the webserver. Currently the order is random....

integration: web_server

**Describe the problem you have/What new integration you would like** Ability to limit the value of a sensor to a min/max value **Please describe your use case for this integration...

integration: sensor

In my application stackprinter ignores the passed in ``supressed_paths`` and I am not sure why (this has already worked and I am not sure what changed). I can't seem to...

MicroPython v1.10 on 2019-01-25; ESP32 module with ESP32 ```python from ucollections import deque samples = deque((), 64) samples.append(1) samples.append(2) for i in samples: print(i) ``` fails with ```TypeError: 'deque' object...

As described by @J-N-K in #3070: [the thing has always a status](https://github.com/openhab/openhab-core/blob/3ba0b8cf6dd4968ee4ae759af28c489757c94cd6/bundles/org.openhab.core.thing/src/main/java/org/openhab/core/thing/internal/ThingImpl.java#L72). This status should be part of the ``ThingAddedEvent`` as it is the only information missing to create a...

A request to `/things/{thingUID}` does not include the configuration defaults if they are not set at least once. Example Z-Wave device: The default for `binding_cmdrepollperiod` is set to 1500. Initially...

Maybe related to #792 ## The problem Sorting things alphabetically only considers the first character. Things are not sorted alphabetically inside the character view. e.g. ``` Shelly Squeezebox Shelly ```...

bug
main ui

Added :precode: option to hide imports Added possibility for precode: ``` .. execute_code:: :precode: from package import Bla print(Bla.bla()) ```` https://github.com/jpsenior/sphinx-execute-code/pull/7

Add "Bookmark"/"View"/"Session" which provides the following - Saving the currently open Tabs in a file - Add an option to open tabs from the file - Show a list with...