Chris

Results 25 issues of Chris

Background: https://developers.home-assistant.io/blog/2022/06/14/number_entity_refactoring Updated to override properties native_max_value, native_min_value, native_step, native_unit_of_measurement, native_value instead of max_value, min_value, step, unit_of_measurement, value and to override methods async_set_native_value and set_native_value instead of async_set_value and set_value.

Looks like there maybe an issue: ``` 2022-01-25 11:50:21 WARNING (MainThread) [custom_components.smartthings.smartapp] Some device attributes may not receive push updates and there may be subscription creation failures under app '1538476b-1d08-4c29-8434-91ae8b0adb6d'...

enhancement

When using `brand` set to `openevse` the card doesn't display any data except the charger status. Card config: ```yaml type: custom:charger-card entity: sensor.openevse_charging_status brand: openevse ``` ![image](https://user-images.githubusercontent.com/1105672/158039132-a7090482-bee9-43b3-a938-d7fcb28125f4.png) ![image](https://user-images.githubusercontent.com/1105672/158039146-d6f3b5a2-c897-43c1-b128-c51a770ac3d0.png)

brand-addition

Example log output: ``` 2023-12-28 10:19:03.866 WARNING (MainThread) [homeassistant.components.sensor] STATE_CLASS_MEASUREMENT was used from pfsense, this is a deprecated constant which will be removed in HA Core 2025.1. Use SensorStateClass.MEASUREMENT instead,...

## Proposed change Fix tests for use with latest zwave_js Add defaults to jinja filters in generated scripts ## Type of change - [ ] Dependency upgrade - [ ]...

code-quality

**Describe the Bug** The `device_state_attributes` property has been replaced with `extra_state_attributes` in HA core. **The Error** ``` () implements device_state_attributes. Please report it to the custom component author. ``` **Indicate...

## Describe the issue Integration fails to update entities. ## How to reproduce the issue Setup integration and wait for an update coordinator call. ## Expected behavior No errors when...

bug

imaplib allows passing [SSL context](https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4_SSL ), which can skip [cert validation](https://docs.python.org/3/library/ssl.html#ssl.SSLContext.check_hostname). You can add a checkbox to allow the user to not verify the SSL cert. This is _very_ common...

feature

## Proposed change Add Amazon OTP sensor ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature...

feature
work-in-progress

## Proposed change Update release workflow ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature...

awaiting-approval
chore