majuss
ec732c896d
Add support for Lupusec alarm control panel ( #17691 )
...
* Adds support for Lupusec alarm control panel
* fixed various mostly cosmetic issues
* fixed generic type of binary sensors
* fixed some formatting; removed scan interval completely -> defaults now to 2 secs
* removed unused data caches; added check if binary sensor class exists
* cosmetics
* generic type fix
* small fix
* small fixes
* guard clause added
* small fixes
2018-11-07 12:51:12 +01:00
Sebastian Muszynski
df3d82e0e3
Use async_add_executor_job at the xiaomi_miio platforms ( #18294 )
2018-11-07 09:03:35 +01:00
Filip Bednárik
24efda20bf
Add additional property to HomeKitSwitch to show whether the Homekit outlet is in use ( #17448 )
...
* Add additional property to HomeKitSwitch to show whether the Homekit outlet is in use or not
* Fix issues from review - Remove unused property, simplify and rename the device_state_attributes method
2018-11-06 12:43:47 +01:00
Robert Svensson
dcdae325ea
deCONZ - reflect hub status on entities ( #18106 )
...
* Support for controlling entity available attribute based on gateways availability
* Fix string not being in imperative mood
2018-11-05 16:21:44 +01:00
Robert Svensson
92c536ec0e
Don't create a switch for POE device if said device is Cloud key ( #18117 )
2018-11-02 21:09:16 +01:00
Anders Melchiorsen
93689d68f7
Fix time zone for flux switch ( #18102 )
2018-11-02 12:32:41 +01:00
Andy Castille
e9ae862fca
Update to DoorBirdPy v2 (again) ( #14933 )
...
* Update to DoorBirdPy v2
* Move get_schedule_entry to DoorBirdPy, general cleanup
* Update requirements_all.txt
* Requested changes.
* Update requirements post merge.
* Correct call to async_add_executor_job
* Update clear schedule endpoint to be async
* Refactor view and device favorite reset
* Register listeners so events show in GUI
* Add token based authorization
* Update requirements
* Linting issues
* Linting issues
* Linting issues
* Correct logging and inheritance
2018-11-01 21:23:06 +01:00
Sebastian Muszynski
c75c00d568
Bump python-miio version ( #18095 )
2018-11-01 17:53:48 +01:00
Robert Svensson
a9140dc8f5
deCONZ - retry if setup fails ( #17772 )
...
* Make component retry if setup fails
* Improve overall test coverage
2018-10-31 22:38:04 +01:00
Ville Skyttä
9c840f93f0
Use const.SUN_EVENT_* more ( #18039 )
2018-10-31 09:10:28 +01:00
Fabian Affolter
434c848104
Minor changes ( #17812 )
2018-10-26 15:45:57 +02:00
Fabian Affolter
54d463e746
Update name ( fixes #17752 ) ( #17756 )
2018-10-24 18:59:52 +02:00
Daniel Høyer Iversen
ef93d48d50
available to switchmate ( #17640 )
2018-10-21 13:41:27 +02:00
emontnemery
9982867d66
Very minor cleanup of RFLink components ( #17649 )
2018-10-21 13:05:02 +02:00
Anders Melchiorsen
cc4d29d42a
Fix flux switch update interval ( #17458 )
2018-10-18 23:04:22 +02:00
Nikolay Vasilchuk
6239a523cc
Fix: Xiaomi Plug state is set twice ( #17482 )
...
* Xiaomi Plug UI fix #17422
* Review
2018-10-18 20:28:43 +02:00
Daniel Høyer Iversen
aa176312a5
Update switchmate library ( #17519 )
2018-10-16 20:08:34 +02:00
Charles Garwood
9c52a3ce22
Z-Wave Device Registry Support ( #17291 )
...
* Add device_registry support for sensor and switch domains
* Add device_registry support for light
* Add device registry to binary_sensor, climate, cover
* Add device registry to zwave fan
* Fix test for config entry loading
* lint
* revert erroneous modification
* Revert device_registry.py change
2018-10-16 14:58:25 +02:00
Robert Svensson
a795093705
UniFi POE control ( #17011 )
...
* First commit
* Feature complete?
* Add dependency
* Move setting poe mode logic to library
* Use guard clauses
* Bump requirement to 2
* Simplify saving switches with poe off
* Store and use poe mode
* Fix indentation
* Fix flake8
* Configuration future proofing
* Bump dependency to v3
* Add first test
* Proper use of defaults with config flow (thanks helto)
* Appease hound
* Make sure there can't be duplicate entries of combination host+site
* More tests
* More tests
* 98% coverage of controller
* Fix hound comments
* Config flow step init not necessary
* Use async_current_entries to check if host and site for controller is used
* Remove storing/restoring poe off devices to slim PR
* First batch of switch tests
* More switch tests.
* Small improvements and clean up
* Make tests pass
Don't name device in device registry
* Dont process clients that belong to non-UniFi POE switches
* Allow selection of site from a list in config flow
* Fix double blank lines in method
* Update codeowners
2018-10-16 10:35:35 +02:00
emontnemery
2ceb4d2d1e
Refactor RFLink component ( #17402 )
...
* Start refactor of RFLink component
* alias _id not added correctly
Aliases for sensor not added correctly
And some debug traces.
* Update rflink.py
* Cleanup, fix review comments
* Call event handlers directly when processing initial event
* Use hass.async_create_task when adding discovered device
* Review comments
* Review comments
2018-10-15 15:35:33 +02:00
Paulus Schoutsen
ac79ff9e24
Add context to scripts run by template entities ( #17329 )
2018-10-15 11:38:49 +02:00
Julius Mittenzwei
a71cc67efb
Fix NoEntitySpecifiedError during knx startup ( #17366 )
...
* Potential fix for #13699
* removed uneccessary initialization of hass
* removed hass from signature
2018-10-15 03:29:36 +02:00
J4nsen
d0da265166
Fix netio component ( #17411 )
...
* bump pynetio to 0.1.9.1 to actually use provided credentials.
* cast to int to fix TypeError
* update requirements_all.txt
2018-10-13 21:09:10 +02:00
Daniel Shokouhi
d3672f36fb
Add unique_id for Neato ( #17369 )
...
* Add unique_id for Neato
* Only send the serial per review comments
2018-10-13 00:33:13 +02:00
Fabian Affolter
8d9da4e7b9
Upgrade construct to 2.9.45 ( #16362 )
2018-10-10 23:52:45 +02:00
Glenn Waters
93e3596e5a
Add Elk-M1 switch and scene platforms ( #17256 )
...
* Add Elk-M1 switch platform.
* Fix travis error.
* Fix very annoying lint error.
* Fix PR comments.
* Fix comment.
* Fix lint errors.
* Fix PR comments.
* Fix PR
Apologize. Going too fast. You should not have to find those.
2018-10-10 19:05:19 +02:00
zhumuht
c434ad6af5
fix_broadlink_sp2_show_energy ( #17271 )
...
* fix_broadlink_sp2_show_energy
Signed-off-by: 朱海涛 <zhumu.zht@alibaba-inc.com>
* fix_broadlink_sp2_show_energy
Signed-off-by: 朱海涛 <zhumu.zht@alibaba-inc.com>
* fix_broadlink_sp2_show_energy
Signed-off-by: 朱海涛 <zhumu.zht@alibaba-inc.com>
* fix_broadlink_sp2_show_energy
Signed-off-by: 朱海涛 <zhumu.zht@alibaba-inc.com>
* fix_broadlink_sp2_show_energy
Signed-off-by: 朱海涛 <zhumu.zht@alibaba-inc.com>
2018-10-10 18:56:00 +02:00
Ville Skyttä
707b7c202d
Narrow scope of various pylint inline disables ( #15364 )
...
* Narrow scope of various pylint inline disables
* Whitespace tweaks
2018-10-10 12:17:11 +02:00
marcolertora
0c34c50d2f
Added lumitek/ankuoo recswitch component ( #15764 )
...
* Added lumitek/ankuoo recswitch component
* cosmetics
* remove callback
* cosmetics
* update requirements pyrecswitch==1.0.2
* add in .coveragerc
2018-10-09 10:13:03 +02:00
Teemu R
56a43436d7
Bump python-miio requirement ( #17260 )
2018-10-08 22:33:06 +02:00
Otto Winter
c41ef65da6
Add device registry to MQTT switches ( #17244 )
2018-10-08 14:57:07 +02:00
Sebastian Muszynski
ff4204244b
Fix data_key and power_consumed attribute of the Aqara Wall Switch ( Closes : #16457 ) ( #17235 )
2018-10-08 10:37:27 +02:00
cdce8p
5d6562a73f
Bugfix switch flux - light service call ( #17187 )
...
* Bugfix switch flux - light service call
* Change x_val and y_val test
2018-10-06 23:30:07 +02:00
cdce8p
07d90c6c55
Fix device_tracker service call & cleanup ( #17173 )
...
* Bugfix group service - device_tracker
* Cleanup
2018-10-05 23:09:55 +02:00
Gerard
aec320dc19
Fix a typo ( #17147 )
2018-10-05 07:48:40 +02:00
cdce8p
7f0a50ce31
async_create_task ( #17059 )
...
* async_create_task
* Update google.py
2018-10-02 11:03:09 +02:00
Sean Wilson
284d4d49c7
Add AquaLogic component ( #16763 )
...
* Add missing ups.status states.
* Add missing DISCHRG state.
* AquaLogic work-in-progress
* - Fix dependencies
- Switch updates
* Add support for aqualogic 0.8 features.
* Remove debugging.
* Switch to async updates rather than using polling.
* Rebase
* Fix lint errors
* Fix lint errors
* Fix lint errors
* Fix lint errors
* Fix lint errors.
* Bump aqualogic version to 0.11
* Update .coveragerc
* Remove integration-specific I/O
* Resolve code review issues.
* Fixed init() call.
2018-10-02 07:32:03 +02:00
Nikolay Vasilchuk
b0c1c37cd5
Fix long update 'load_power' and 'in_use' for Xiaomi Zegbee Plug ( #16915 )
2018-10-01 18:00:48 +02:00
Josh Anderson
f0fbdd6a26
Send headers with REST switch GET request ( #17036 )
2018-10-01 14:43:54 +02:00
Timmo
3137099348
🔨 update errors ( #17029 )
2018-10-01 12:51:39 +02:00
Rohan Kapoor
6159f8b0ce
Fix switch.zoneminder name ( #17026 )
2018-10-01 10:53:20 +02:00
cdce8p
121dba659c
Async syntax 7, switch & tts & vacuum ( #17021 )
2018-10-01 08:55:00 +02:00
Patrik
940d5fb2ee
Add basic support for Tradfri switches ( #17007 )
...
* Initial commit
* Sockets have been moved to separate component
* Sockets have been moved to separate component
* Fix const PLATFORM_SCHEMA
* Fix unique id
* Fix async_create_task
* Fix PLATFORM_SCHEMA
* Fix typo
* Remove pylint disable
2018-09-30 22:22:07 +02:00
Otto Winter
af89e7c50f
Move more MQTT platforms to config entries ( #16918 )
...
* Move more MQTT platforms to config entries
* Address comments
2018-09-28 16:57:17 +02:00
Greg Laabs
9abdbf3db6
Rachio component modernization ( #16911 )
...
Add `unique_id` to all rachio entities
Add platform discovery to rachio component
Move config options from switch.rachio platform to the rachio component
2018-09-27 23:17:15 +02:00
cdce8p
70b901017f
Remove service helper (5) ( #16917 )
...
* Update switch
* Update script
* Update light
* Fix tests
* Fix config/script hook
* Async_create_task
* Fix flux switch
2018-09-27 23:13:11 +02:00
Daniel Høyer Iversen
1f74adae2a
Broadlink service name ( #16345 )
...
* Broadlink. slugify service name
* style
2018-09-24 11:10:33 +02:00
emontnemery
5ee4718e24
Remove discovered MQTT Switch device when discovery topic is cleared ( #16605 )
...
* Remove discovered device when discovery topic is cleared
* Move entity removal away from mqtt discovery
* Move discovery update to mixin class
* Add testcase
* Review comments
2018-09-24 10:11:49 +02:00
Alexei Chetroi
9fdf123a2f
Zha switch schedule update state ( #16621 )
...
* switch.zha: Schedule state update.
if turning switch On or Off operation was successful, then schedule
state update
* switch.zha: Update debug logging.
2018-09-21 12:11:23 +02:00
Robert Svensson
90c18d1c15
deCONZ add via_hub attribute for device registry ( #16760 )
...
* deCONZ add via_hub attribute for device registry
* A shorter way to get bridgeid
2018-09-21 09:21:44 +02:00