Ed Leckert

Results 6 issues of Ed Leckert

Fix for Issue #70. Addresses momentary inability of the NWS Alerts API to respond with valid data, which is a frequent occurrence. When this happens, the entity from the integration...

Errors returned from the NWS API cause the integration state to become "unavailable" until the next successful data fetch. At a poll frequency of one minute, this intermittent behavior can...

Inspired by Issue #138, this PR allows users to take advantage of the default formatting provided by Home Assistant. This formatting observes the setting of `display precision` (currently only for...

Allow column to be sorted using original unmodified values when the `modify` option alters the value in ways that interfere with correct sorting. Examples of this are: - adding dynamic...

Closes #49. Makes the entity's device name and assigned area name accessible if available. Uses the `hass` object's `entities` property to locate this information. Unfortunately, not all entities are listed...

Docs only. Need to explain how to call actions that do not need an `entity_id` and will throw an error if the row entity is automatically passed to the action.