core/homeassistant/components/esphome
J. Nick Koston 61ac4c7af7
Use identity checks for ESPHome Enums (#124334)
Enums are singletons and should use is to compare.

The valve platform was updated but cover and lock were missed.
2024-08-22 22:50:15 +03:00
..
__init__.py
alarm_control_panel.py
binary_sensor.py
bluetooth.py
button.py
camera.py
climate.py
config_flow.py
const.py
coordinator.py
cover.py Use identity checks for ESPHome Enums (#124334) 2024-08-22 22:50:15 +03:00
dashboard.py
date.py
datetime.py
diagnostics.py
domain_data.py
entity.py Reduce ESPHome entity state write overhead (#124329) 2024-08-22 21:00:30 +02:00
entry_data.py Reduce ESPHome entity state write overhead (#124329) 2024-08-22 21:00:30 +02:00
enum_mapper.py
event.py
fan.py
light.py
lock.py Use identity checks for ESPHome Enums (#124334) 2024-08-22 22:50:15 +03:00
manager.py Remove unnecessary assignment of Template.hass from esphome (#123701) 2024-08-12 21:50:23 +02:00
manifest.json Bump aioesphomeapi to 25.1.0 (#123851) 2024-08-14 07:42:20 -05:00
media_player.py
number.py
select.py
sensor.py
services.yaml
strings.json
switch.py
text.py
time.py
update.py Add support for ESPHome update entities to be checked on demand (#123161) 2024-08-06 10:12:31 +02:00
valve.py
voice_assistant.py