Franck Nijhof
39336d3ea3
Add prettier (in pre-commit and CI) ( #33693 )
...
* Add prettier (in pre-commit and CI)
* Make all file prettier
* Change order
* Add to Azure Pipelines
* Fix a YAML file prettier caught as invalid
* Remove flow mapping using curly braces from all YAML service files
2020-04-05 17:27:16 +02:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields ( #33595 )
2020-04-03 12:58:19 -07:00
AJ Schmidt
9fd0192441
Remove extraneous parameter from AlarmDecoder services ( #33516 )
2020-04-02 10:22:54 -07:00
Paulus Schoutsen
4ebbabcdd1
Unsub dispatcher when removing entity from hass ( #33510 )
...
* Unsub dispatcher when removing entity from hass
* Update homeassistant/components/plaato/sensor.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/volvooncall/__init__.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-04-02 09:25:33 -07:00
AJ Schmidt
40356b4fc5
Enable AlarmDecoder arming without security code ( #32390 )
...
* set alarmdecoder code_arm_required to False
* rm unnecessary f strings
* add code_arm_required config option
* add self as codeowner :-)
* add self as codeowner the right way
2020-03-16 14:11:08 +01:00
AJ Schmidt
9da5bc9dce
Fix AlarmDecoder Integration to use Instant Mode for alarm_arm_night ( #32292 )
2020-03-01 20:25:16 +01:00
melyux
ed3e16123e
Actually enable alarmdecoder to see open/close state of bypassed RF zones when armed ( #31426 )
2020-02-08 14:32:52 +01:00
springstan
3aeaf3bb96
Revert "Bump alarmdecoder to 1.13.9 ( #30303 )" ( #31385 )
...
This reverts commit f11d39f8eb
.
2020-02-01 22:02:39 +01:00
springstan
26415f6abd
Fix auto_bypass in alarmdecoder ( #30961 )
...
* Fix auto_bypass in alarmdecoder
* Address review comments: used dict[key] and renamed variable
* Use dict[key] for required or optional config keys with default values
2020-02-01 10:01:42 +01:00
Eleftherios Chamakiotis
e22742550c
Add "autobypass" option when arming AlarmDecoder integration ( #30002 )
...
* Initial implementation
* Passing autobypass parameter to constructor, as suggested
* Black formatting
* Removed default value from autobypass parameter of the constructor, as it's redundant
2020-01-06 20:17:21 -05:00
Franck Nijhof
6f92c19302
Correct integration names in manifests (A-B) ( #30527 )
...
* Correct names in manifests (A-B)
* Just Baidu
* Asterisk Call Detail Records
2020-01-06 23:59:12 +01:00
springstan
f11d39f8eb
Bump alarmdecoder to 1.13.9 ( #30303 )
2019-12-31 15:54:31 -05:00
Bas Nijholt
96961b9bcc
Sort imports according to PEP8 for components starting with "A" ( #29761 )
2019-12-09 13:57:24 +01:00
Raman Gupta
f1a4e212cc
Update service domain for alarmdecoder from 'alarm_control_panel' to 'alarmdecoder' ( #29127 )
...
* update alarmdecoder service domain
* update alarmdecoder service name
* black formatting
2019-11-27 16:51:40 -08:00
SukramJ
1fde0d18ed
Add supported_features to Alarm Control Panel to limit device_actions ( #29065 )
...
* Add supported_features to Alarm Control Panel
* mark supported_features abstract
* Add SF to async_register_entity_service
* fix test
* Add missing SF SUPPORT_ALARM_ARM_CUSTOM_BYPASS
* isort
* fix async_register_entity_service
* Update alarm_control_panel.py
2019-11-25 15:42:53 -08:00
Franck Nijhof
2d4b038b48
Move import to top for alarmdecoder ( #28862 )
2019-11-19 13:06:56 -06:00
Hugh Eaves
d36d123cf7
Support zone expanders in alarmdecoder ( #27167 )
2019-10-03 18:01:06 -07:00
Franck Nijhof
c7da781efc
Update documentation link URL for integrations in all manifests ( #27114 )
2019-10-02 09:25:44 -07:00
Franck Nijhof
ad51615718
Use literal string interpolation in integrations A (f-strings) ( #26377 )
...
* Use literal string interpolation in integrations A (f-strings)
* Black
2019-09-03 09:11:36 -05:00
Jonathan Keljo
5ba436e3d8
Add a keypress service for AlarmDecoder ( #26100 )
...
* Add a keypress service for AlarmDecoder (like Envisalink has)
* Feedback
* Import DOMAIN
2019-09-01 10:38:58 +02:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
Paulus Schoutsen
a52f96b23a
Add stub services.yaml and make validation mandatory ( #23213 )
2019-04-18 15:13:35 -07:00
cgtobi
2c07bfb9e0
Remove dependencies and requirements ( #23024 )
...
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit fe7171b4cd
.
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit 391355ee2c
.
* Remove dependencies and requirements
* Fix flake8 complaints
* Fix more flake8 complaints
* Revert non-component removals
2019-04-12 10:13:30 -07: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
Rohan Kapoor
78e162c1d3
Centralize all usages of `host` as a configuration param to the constant CONF_HOST ( #22458 )
...
* Centralize all usages of as a configuration param to the constant CONF_HOST
* Clean up test
2019-03-27 19:48:05 -07:00
Paulus Schoutsen
4b1de61110
Use relative imports inside integrations ( #22235 )
...
* Use relative imports inside integrations
* Lint
* Fix automation tests
* Fix scene imports
2019-03-20 22:56:46 -07:00
koolsb
bfc6f51b25
Add arm night for alarm decoder ( #21488 )
2019-02-28 17:15:17 +05:30
Fabian Affolter
127c55e0c1
Update file header ( #21023 )
...
* Update file header
* Update file header
* Update file header
* Update file header
* Update file header
* Fix lint issues
2019-02-13 21:21:14 +01:00
Paulus Schoutsen
e2d3c27e85
Embed all platforms into components ( #20677 )
...
* Consolidate all components with platforms
* Organize tests
* Fix more tests
* Fix Verisure tests
* one final test fix
* Add change
* Fix coverage
2019-02-02 07:13:16 -08:00