Jesse Hills
8630022e92
Add mode to ESPHome numbers ( #60653 )
2021-11-30 20:19:14 +01:00
Jesse Hills
683bb13f50
Support unit of measurement in ESPHome numbers ( #60591 )
2021-11-30 15:20:40 +01:00
Jesse Hills
e17759410c
Esphome button device class ( #60569 )
2021-11-30 08:33:14 +01:00
Jesse Hills
622d9606a5
Esphome/button ( #60522 )
2021-11-29 09:57:37 +01:00
Jesse Hills
6d30105c9f
Add configuration_url to ESPHome ( #58565 )
2021-10-28 21:04:00 -07:00
Jesse Hills
c656bf1646
Add entity categories to esphome ( #58495 )
2021-10-27 12:53:39 +13:00
Otto Winter
df4e8721e9
ESPHome move ReconnectLogic to aioesphomeapi ( #57601 )
2021-10-13 10:04:23 -07:00
Otto Winter
5b218d7e1c
Bump aioesphomeapi from 9.1.4 to 9.1.5 ( #57106 )
2021-10-05 11:49:39 +02:00
Otto Winter
bf9f55c376
Bump aioesphomeapi from 9.1.2 to 9.1.4 ( #57036 )
2021-10-04 13:23:11 +02:00
Otto Winter
dc40de6b62
Bump aioesphomeapi from 9.1.0 to 9.1.2 ( #56879 )
2021-10-01 12:11:06 +02:00
Otto Winter
a54854d129
ESPHome Noise Transport Encryption support ( #56216 )
2021-09-20 09:02:17 +02:00
Otto Winter
46159c3f18
ESPHome light color mode use capabilities ( #55206 )
...
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-01 10:03:41 +02:00
Jesse Hills
e06f3a5e95
Bump aioesphomeapi to 7.0.0 ( #55129 )
2021-08-23 22:40:01 -05:00
Jesse Hills
672a74fa37
Allow esphome entities to be disabled by default ( #53898 )
2021-08-03 14:53:48 +02:00
Jesse Hills
15d36734b0
Bump aioesphomeapi to 6.0.1 ( #53905 )
2021-08-03 13:39:35 +02:00
Otto Winter
d4cb819e1f
ESPHome implement light color modes ( #53854 )
2021-08-02 22:07:37 +02:00
Jesse Hills
18bf0762b5
Add select entities to ESPHome ( #53526 )
...
Co-authored-by: Otto Winter <otto@otto-winter.com>
2021-07-27 11:45:04 +02:00
Otto Winter
07e2a7245f
Fix ESPHome Camera not merging image packets ( #52783 )
2021-07-09 11:38:38 +02:00
Jesse Hills
94e15b3eea
Esphome fix camera image ( #52738 )
2021-07-08 14:44:49 +02:00
Otto Winter
b43d0877e7
ESPHome Migrate to dataclasses ( #52305 )
2021-06-29 19:53:57 +02:00
Jesse Hills
e1797ea670
Add number entities to ESPHome ( #52241 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-06-29 14:33:04 +02:00
Otto Winter
3e1d32f4e0
ESPHome Climate add preset, custom preset, custom fan mode ( #52133 )
...
* ESPHome Climate add preset, custom preset, custom fan mode
* Fix copy paste error
* Bump aioesphomeapi to 3.0.0
* Bump aioesphomeapi to 3.0.1
* Persist api version to prevent exception for offline devices
2021-06-28 13:43:45 +02:00
Jesse Hills
33e2b910c2
Add @jesserockz to ESPHome codeowners ( #52115 )
2021-06-23 13:10:58 +02:00
Otto Winter
03ec7b3d0b
ESPHome rework EsphomeEnumMapper for safe enum mappings ( #51975 )
2021-06-21 21:22:38 -07:00
Franck Nijhof
997a847b5c
Add support for Sensor state class to ESPHome ( #51090 )
...
* Add support for Sensor state class to ESPHome
* Bump aioesphome to 2.8.0
2021-05-26 00:21:18 +02:00
Franck Nijhof
72f342aa5b
Upgrade aioesphomeapi to 2.7.0 ( #50522 )
2021-05-12 15:21:54 +02:00
Franck Nijhof
055cdc64c0
Add support for IoT class in manifest ( #46935 )
2021-04-15 10:21:38 +02:00
Jim Ekman
ecf93e09e8
Add support for percentage based fan model in esphome ( #46712 )
2021-03-17 08:50:34 +01:00
marecabo
1e172dedf6
Add device_class attribute to ESPHome sensor entities ( #46595 )
2021-02-15 20:19:31 -10:00
Jim Ekman
67b309394f
Esphome fan direction ( #44495 )
2021-01-27 10:40:33 +01:00
Jesse Hills
d650bcca3b
Allow ESPHome to trigger the HA tag scanned event ( #40128 )
2020-09-16 11:54:59 +02:00
J. Nick Koston
9b23d7c2fd
Use the shared Zeroconf instance in esphome ( #38747 )
2020-09-04 21:01:41 +02:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields ( #33595 )
2020-04-03 12:58:19 -07:00
Franck Nijhof
a84741392b
Format all manifests with prettier ( #30521 )
2020-01-06 21:28:23 +01:00
Otto Winter
b927f40f00
Add climate hvac_action for ESPHome ( #28993 )
...
* Add climate action
* Bump aioesphomeapi
2019-11-25 14:13:19 +01:00
Guillermo Ruffino
0c48b8ec52
Esphome climate features ( #28786 )
...
* add esphome climate fan
* adds back compatibility support
* fixes, add swing mode
* revert client config
* sort import
* rebase
2019-11-17 23:14:19 +01:00
Otto Winter
a1f2b6d402
ESPHome fix missing state in certain circumstances ( #28729 )
...
* Fix ESPHome having missing state in certain situations
Fixes https://github.com/esphome/issues/issues/828
* Update requirements_all
* Also fix climate preset mode
2019-11-12 09:26:46 -08:00
Otto Winter
8791a48328
Bump aioesphomeapi to 2.4.1 ( #28170 )
...
* Bump aioesphomeapi to 2.4.1
* Update requirements
* Bump to 2.4.2
2019-10-24 20:24:46 +02:00
Otto Winter
ba10d5d604
Add ESPHome sensor force_update option ( #28059 )
...
* Add ESPHome sensor force_update option
* Update aioesphomeapi to 2.4.0
2019-10-21 16:06:57 +02:00
Franck Nijhof
c7da781efc
Update documentation link URL for integrations in all manifests ( #27114 )
2019-10-02 09:25:44 -07:00
Otto Winter
024ce0e8eb
Add ESPHome event generation and user-defined service array support ( #24595 )
...
* Add ESPHome event generation and user-defined service array support
* Comments
* Lint
2019-06-18 17:43:11 +02:00
Otto Winter
34260ed09f
Bump aioesphomeapi to 2.1.0 ( #24278 )
...
* Bump aioesphomeapi to 2.1.0
* Update requirements txt
2019-06-03 16:30:29 +02:00
Robert Svensson
085303c349
ESPHome component to use zeroconf discovery ( #24043 )
...
* Move ESPHome component to use zeroconf discovery
* Remove esphome from discovery component
2019-05-23 08:55:08 +02:00
Paulus Schoutsen
1e22c8daca
Automatically generate config flow list ( #23802 )
...
* Add config flow to manifest.json
* Still load config flows via config flow platform
* Fix typo
* Lint
* Update config_flows.py"
* Catch import error when setting up entry
* Lint
* Fix tests
* Fix imports
* Lint
* Fix Unifi tests
* Fix translation test
* Add homekit_controller config flow
2019-05-13 01:16:55 -07:00
Otto Winter
0c90bfb936
Fix ESPHome setup errors in beta ( #23242 )
...
* Fix ESPHome setup errors in beta
* Update requirements_all.txt
2019-04-22 12:13:21 -07:00
Otto Winter
5727beed8e
Add ESPHome Cover position/tilt support ( #22858 )
...
## Description:
Add ESPHome cover position and tilt support.
The aioesphomeapi also received a small refactor for these changes and those are part of this PR (constants were refactored into enums and optimistic was renamed to assumed_state). If possible, I'd like to include those in this PR because:
1. It's mostly just very simple changes
2. Because of the new position change the dev branch would be in a non-working state for a while until the split PR is merged (unless I write some temporary glue logic, but I'd prefer to avoid that)
## Checklist:
- [x] The code change is tested and works locally.
- [x] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
- [x] There is no commented out code in this PR.
If the code communicates with devices, web services, or third-party tools:
- [x] [_The manifest file_][manifest-docs] has all fields filled out correctly ([example][ex-manifest]).
- [x] New dependencies have been added to `requirements` in the manifest ([example][ex-requir]).
- [x] New or updated dependencies have been added to `requirements_all.txt` by running `script/gen_requirements_all.py`.
[ex-manifest]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/mobile_app/manifest.json
[ex-requir]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/mobile_app/manifest.json#L5
[ex-import]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard/__init__.py#L23
[manifest-docs]: https://developers.home-assistant.io/docs/en/development_checklist.html#_the-manifest-file_
2019-04-08 15:44:24 +02:00
Paulus Schoutsen
cfe4cf30ad
Add manifests ( #22699 )
...
* Add manifests
* Update auto name
* Update codeowners
* Add requirements from platforms
* Minor cleanup
* Incorporate changes from awarecan PR
2019-04-03 21:14:45 -07:00