core/homeassistant/components/esphome
J. Nick Koston 708b00d7ab
Use legacy rules for ESPHome entity_id construction if `friendly_name` is unset (#97578)
2023-08-01 21:08:12 +02:00
..
bluetooth Fix duplicate and missing decorators in ESPHome Bluetooth client (#97027) 2023-07-22 13:10:41 +02:00
__init__.py Fix has_entity_name not always being set in ESPHome (#97055) 2023-07-23 10:45:48 +02:00
alarm_control_panel.py Fix ESPHome alarm_control_panel when state is missing (#95871) 2023-07-05 08:35:40 +02:00
binary_sensor.py
button.py Fix ESPHome button not getting device updates (#95311) 2023-06-26 22:34:37 -05:00
camera.py Refactor ESPHome camera to avoid creating tasks (#95818) 2023-07-08 12:36:40 +02:00
climate.py Add string "Quiet" to fan mode in climate component (#96584) 2023-07-17 09:25:01 +02:00
config_flow.py Fix race fetching ESPHome dashboard when there are no devices set up (#96196) 2023-07-11 14:11:51 -04:00
const.py Move ESPHomeManager into its own file (#95870) 2023-07-08 09:19:44 +02:00
cover.py
dashboard.py Disable always_update in esphome dashboard coordinator (#97419) 2023-07-28 12:42:04 -05:00
diagnostics.py Decouple more of ESPHome Bluetooth support (#96502) 2023-07-21 16:41:50 -04:00
domain_data.py Import names from typing instead of typing_extensions [3.11] (#97065) 2023-07-22 17:03:44 -05:00
entity.py Use legacy rules for ESPHome entity_id construction if `friendly_name` is unset (#97578) 2023-08-01 21:08:12 +02:00
entry_data.py Fix has_entity_name not always being set in ESPHome (#97055) 2023-07-23 10:45:48 +02:00
enum_mapper.py
fan.py Remove unreachable code in the ESPHome fan platform (#96458) 2023-07-14 13:37:16 -10:00
light.py Add more test coverage for ESPHome lights (#95415) 2023-06-28 08:40:21 +02:00
lock.py
manager.py Use EventType for state changed [a-h] (#97116) 2023-07-24 08:04:13 +02:00
manifest.json Bump aioesphomeapi to 15.1.15 (#97335) 2023-07-27 09:30:31 -05:00
media_player.py
number.py Handle empty strings for ESPHome UOMs (#96556) 2023-07-14 12:14:32 -10:00
select.py
sensor.py Handle empty strings for ESPHome UOMs (#96556) 2023-07-14 12:14:32 -10:00
services.yaml
strings.json Add string "Quiet" to fan mode in climate component (#96584) 2023-07-17 09:25:01 +02:00
switch.py
update.py Improve ESPHome update platform error reporting (#96455) 2023-07-12 16:46:29 -10:00
voice_assistant.py