springstan
ad102b3840
Use f-strings in integrations starting with "F"and"G" ( #32150 )
...
* Use f-strings in integrations starting with F
* Use f-strings in tests for integrations starting with F
* Use f-strings in integrations starting with G
* Use f-strings in tests for integrations starting with G
* Fix pylint error
* Fix broken test
2020-02-24 17:54:20 -08:00
Christian Clauss
1d537ad416
Fix typo: serivce --> service ( #31217 )
2020-01-27 19:56:26 +01:00
Paulus Schoutsen
ed6aef2fd7
Implement capability attributes ( #30545 )
...
* Implement capability attributes
* Fix HeOS update order
* Fix test
2020-01-08 21:22:56 +01:00
Bas Nijholt
a38f3ac9c6
use isort to sort imports according to PEP8 for fan ( #29632 )
2019-12-08 21:28:47 +05:30
Paulus Schoutsen
02d9ed5e36
Do not select all entities when omitting entity ID in service call ( #29178 )
...
* Do not select all entities when omitting entity ID
* Address comments Matthew
* Require either area_id or entity_id
* Fix tests
* Fix test
2019-12-02 16:23:12 -08:00
Paulus Schoutsen
a80baf2e5f
Add fan device condition ( #28549 )
2019-11-07 16:29:10 +01:00
Paulus Schoutsen
5032c5a04c
Add fan device trigger ( #28545 )
2019-11-07 12:38:58 +01:00
Paulus Schoutsen
2c607c836f
Add device action to fan ( #28550 )
2019-11-07 12:26:10 +01:00
Santobert
e088119d6d
fan_reproduce_state ( #27227 )
2019-10-05 12:42:37 -07:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
Erik Montnemery
5376e15286
Convert some test helpers to coroutines and adjust tests ( #23352 )
...
* Convert some test helpers to coroutines
* Fix tests
2019-04-25 10:14:16 +02:00
Paulus Schoutsen
1ddc249989
Consolidate more platforms ( #22308 )
...
* Consolidate final platforms
* Fix some tests
* Fix more tests
* Fix more tests
2019-03-23 20:22:35 -07:00
Penny Wood
f195ecca4b
Consolidate all platforms that have tests ( #22109 )
...
* Moved climate components with tests into platform dirs.
* Updated tests from climate component.
* Moved binary_sensor components with tests into platform dirs.
* Updated tests from binary_sensor component.
* Moved calendar components with tests into platform dirs.
* Updated tests from calendar component.
* Moved camera components with tests into platform dirs.
* Updated tests from camera component.
* Moved cover components with tests into platform dirs.
* Updated tests from cover component.
* Moved device_tracker components with tests into platform dirs.
* Updated tests from device_tracker component.
* Moved fan components with tests into platform dirs.
* Updated tests from fan component.
* Moved geo_location components with tests into platform dirs.
* Updated tests from geo_location component.
* Moved image_processing components with tests into platform dirs.
* Updated tests from image_processing component.
* Moved light components with tests into platform dirs.
* Updated tests from light component.
* Moved lock components with tests into platform dirs.
* Moved media_player components with tests into platform dirs.
* Updated tests from media_player component.
* Moved scene components with tests into platform dirs.
* Moved sensor components with tests into platform dirs.
* Updated tests from sensor component.
* Moved switch components with tests into platform dirs.
* Updated tests from sensor component.
* Moved vacuum components with tests into platform dirs.
* Updated tests from vacuum component.
* Moved weather components with tests into platform dirs.
* Fixed __init__.py files
* Fixes for stuff moved as part of this branch.
* Fix stuff needed to merge with balloob's branch.
* Formatting issues.
* Missing __init__.py files.
* Fix-ups
* Fixup
* Regenerated requirements.
* Linting errors fixed.
* Fixed more broken tests.
* Missing init files.
* Fix broken tests.
* More broken tests
* There seems to be a thread race condition.
I suspect the logger stuff is running in another thread, which means waiting until the aio loop is done is missing the log messages.
Used sleep instead because that allows the logger thread to run. I think the api_streams sensor might not be thread safe.
* Disabled tests, will remove sensor in #22147
* Updated coverage and codeowners.
2019-03-18 23:07:39 -07:00
Paulus Schoutsen
f3b20d138e
Embed Z-Wave platforms ( #20810 )
2019-02-07 22:50:59 +01:00
Daniel Høyer Iversen
1bd31e3459
Change STATE_UNKOWN to None ( #20337 )
...
* Change STATE_UNKOWN to None
* Change STATE_UNKOWN to None
* tests
* tests
* tests
* tests
* tests
* style
* fix comments
* fix comments
* update fan test
2019-01-24 08:20:20 +01:00
emontnemery
5b53bd6aa0
Move MQTT platforms under the component ( #20050 )
...
* Move MQTT platforms under the component
2019-01-15 17:31:06 +01:00
emontnemery
203701bc7c
Cleanup if discovered mqtt fan can't be added ( #19741 )
...
* Cleanup if discovered mqtt fan can't be added
2019-01-08 16:51:03 +01:00
emontnemery
1568de62df
Correct calls to subscription.async_unsubscribe_topics ( #19414 )
...
* Correct calls to subscription.async_unsubscribe_topics
* Review comments
* Add testcases
2018-12-19 14:05:24 +01:00
emontnemery
4a4ed128db
Reconfigure MQTT fan component if discovery info is changed ( #18177 )
2018-11-27 11:22:55 +01:00
Adam Mills
1f290bad94
Update fan/demo tests to async ( #18109 )
...
* Update fan/demo tests to async
* Use async_create_task
2018-11-02 21:08:22 +01:00
kennedyshead
3802fec568
Merge conflicting changes ( #17761 )
2018-10-28 23:49:55 +01:00
Paulus Schoutsen
08fe7c3ece
Pytest tests ( #17750 )
...
* Convert core tests
* Convert component tests to use pytest assert
* Lint 🤷♂️
* Fix test
* Fix 3 typos in docs
2018-10-24 12:10:05 +02:00
Otto Winter
9190fe1c21
Add device registry to MQTT fan ( #17250 )
2018-10-09 10:13:42 +02:00
Otto Winter
9290f245bf
Convert MQTT fan to config entry ( #17247 )
2018-10-08 14:59:04 +02:00
Otto Winter
45fdda3f5d
Add unique_id to MQTT fan ( #16949 )
2018-09-29 21:22:57 +02:00
cdce8p
4b674b1d16
Remove unused legacy test helper methods ( #16893 )
2018-09-26 18:03:13 +02:00
cdce8p
fa98a27df7
Remove service helper (2) ( #16863 )
...
* alarm_control_panel
* automation
* camera
* climate
* counter
* fan
* Add legacy notes
* Fix tests
2018-09-26 09:49:55 +02:00
cdce8p
bfa1c55803
Fix fan_init test ( #16865 )
...
* Fix fan_init test
* Readd __init__.py
2018-09-26 08:53:24 +02:00
emontnemery
4a265f37e0
Remove discovered MQTT fan device when discovery topic is cleared ( #16858 )
2018-09-25 19:32:31 +02:00
Paulus Schoutsen
994b829cb4
add_devices -> add_entities ( #16171 )
...
* add_devices -> add_entities
* Lint
* PyLint
* Revert external method in scsgate
2018-08-24 16:37:30 +02:00
Ville Skyttä
dd9d53c83e
Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 ( #14557 )
...
* Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0
* Pydocstyle D401 fixes
2018-08-24 10:28:43 +02:00
Ville Skyttä
dbd0763f83
Grammar and spelling fixes ( #16065 )
2018-08-19 22:29:08 +02:00
Oscar Tin Yiu Lai
623f6c841b
Expose internal states and fixed on/off state of Dyson Fans ( #15716 )
...
* exposing internal state and fixed onoff state
* fixed styling
* revert file mode changes
* removed self type hints
* better unit test and changed the way to return attributes
* made wolfie happy
2018-07-31 21:38:34 -07:00
Matt Schmitt
44e9783c7c
Add support for direction to fan template ( #14371 )
...
* Initial commit
* Update and add tests
2018-05-14 22:37:49 +02:00
Ville Skyttä
843789528e
Remove extra quotes from docstrings ( #14431 )
2018-05-13 11:06:15 +02:00
giangvo
ef4498ec27
Issue/add template fans ( #12027 )
...
* add template fan
* add-template: address PR comments
* add-template: remove unused import
* add-template: revert async_track_state_change change
* add-template: use yield from
* Revert "add-template: use yield from"
This reverts commit 1e053714a7
.
* add-template: use yield
* add-template: remove unused import
* add-template: remove async_add_job usages
* use components
* add-template: use async/await
* add-template: fix style
* add-template: remove str()
* address pr comments
* fix style
2018-05-02 17:45:31 -04:00
Dan Nixon
2cfbd0dc1d
Add missing availability schema to MQTT alarm panel ( #11829 )
...
* Add missing availability schema to MQTT alarm panel
* Add tests for default MQTT availability payloads
2018-01-20 17:11:04 +01:00
Dan Nixon
f0bf7b0def
More support for availability reporting on MQTT components ( #11336 )
...
* Abstract MQTT availability from individual components
- Moved availability topic and payloads to MQTT base schema.
- Updated components that already report availability:
- Switch
- Binary sensor
- Cover
* Add availability reporting to additional MQTT components
- Light
- JSON light
- Template light
- Lock
- Fan
- HVAC
- Sensor
- Vacuum
- Alarm control panel
* Annotate MQTT platform coroutines
2018-01-01 18:32:29 -08:00
Fabian Affolter
a5d5f3f727
Move counter component ( #10332 )
...
* Fix docstring
* Add comment
* Move counter to folder
* Fix missing parts
* Commit it when file is saved
2017-11-05 13:51:52 +01:00
Charles Blonde
83afd12807
Add support to Dyson 360 Eye robot vacuum using new vacuum platform ( #8852 )
...
* Add support to Dyson 360 Eye robot vacuum using new vacuum platform
* Fix tests with Python 3.5
* Code review
* Code review - v2
* Code review - v3
2017-08-06 13:08:46 +02:00
Charles Blonde
7f0d0607f1
Fix Dyson sensors if devices are configured without standby monitoring. Fixes #8569 ( #8826 )
...
Upgrade libpurecoolink libraries without unused enum34 dependency
2017-08-04 14:27:23 -07:00
Charles Blonde
222ad3ab6d
Add new Dyson sensors ( #8199 )
...
* Add new Dyson sensors
* Add unit of measurement for dust and air quality
* Code review
2017-07-07 16:59:41 -07:00
Charles Blonde
8c0967a190
Add Dyson Pure Cool Link support ( #7795 )
...
* Add Dyson Pure Cool Link support
* Code review
* Improve auto/night mode
* Move night_mode to Dyson fan component
* Code review
* fix asynchrone/sync
* Create dyson.py
2017-06-14 13:56:03 +02:00
Thiago Oliveira
09fec29537
entity_id for service fan.turn_off is optional ( #7982 )
...
* entity id is optional
* use a simple if/else to set the data for the fan.turn_off service
2017-06-13 17:28:05 +02:00
Adam Mills
401309c3b2
Additional demo fan with only speed support ( #7985 )
...
* Additional demo fan with only speed support
* Update demo fan tests
2017-06-11 22:12:56 -07:00
Adam Mills
9e9705d6b2
Support for GE Zwave fan controller ( #7767 )
...
* Support for GE Zwave fan controller
* Tests for zwave fan
* Add additional fan workarounds
2017-05-25 22:55:00 -07:00
Fabian Affolter
a4f1f6e724
Update docstrings ( #7374 )
...
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstring
* Update docstrings
* Update docstrings
* Fix lint issues
* Update docstrings
* Revert changes in dict
2017-05-02 09:18:47 -07:00
Paulus Schoutsen
2650c73a89
Split bootstrap into bs + setup ( #6416 )
...
* Split bootstrap into bs + setup
* Lint
2017-03-05 10:41:54 +01:00
William Scanlon
0da8418f3f
Wink fan support ( #5174 )
...
* Initial commit for Wink fan support
* Added fan to discovery list
* Raise NotImplementedError and fixed is_on
* Added speed property
* Update __init__.py
2017-01-13 22:08:13 -08:00
Paulus Schoutsen
4076ccf639
Use setup_component in tests ( #3414 )
...
* Alarm Control Panel Manual - use setup_component
* Update automation - zone tests
* Update climate - demo tests
* Update climate - generic thermostat tests
* Update cover - command line tests
* Update cover - demo tests
* Update device tracker tests
* Update device tracker - owntracks tests
* Update fan - demo tests
* Update garage door - demo tests
* Update light tests
* Update lock - demo tests
* Update media player - demo tests
* Update notify - command line tests
* Update notify - demo tests
* Update notify - file tests
* Update notify - group tests
* Update sensor - mfi tests
* Update sensor - moldindicator tests
* Update sensor - mqtt room tests
* Update switch - command line
* Update switch - flux
* Update switch tests
* Update scene tests
* Fix wrong default port for mfi switch
2016-09-17 10:29:58 -07:00