Skip to content

Add config flow to Transmission Integration#26423

Closed
engrbm87 wants to merge 28 commits into
home-assistant:devfrom
engrbm87:transmission
Closed

Add config flow to Transmission Integration#26423
engrbm87 wants to merge 28 commits into
home-assistant:devfrom
engrbm87:transmission

Conversation

@engrbm87
Copy link
Copy Markdown
Contributor

@engrbm87 engrbm87 commented Sep 4, 2019

Description:

This PR adds config flow to the Transmission Integration. it also allows importing from configuration.yaml.
The user will be able to add/remove the monitored_conditions sensors , the turtle_mode switch and set the update interval using the options menu. The user will need to restart HA after changing the options to add/remove the sensors and switch.

Pull request with documentation for home-assistant.io (if applicable): home-assistant/home-assistant.io#10293

Example entry for configuration.yaml (if applicable):

transmission:
  host: 192.168.1.1

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly. Update and include derived files by running python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt by running python3 -m script.gen_requirements_all.
  • Untested files have been added to .coveragerc.

balloob and others added 20 commits September 1, 2019 22:30
)

* Expose current direction properly on state machine

* Fix template fan
* Fix Alexa Report State

* Forgot to save a file
* Fix race during initial Sonos group construction

* Update homeassistant/components/sonos/media_player.py
* Fix state report

* Update test
Fixed a major bug that was responsible for ISY events getting seemingly random delays up to 24 seconds
* Updated frontend to 20190904.0

* Updated frontend to 20190904.0
@engrbm87 engrbm87 requested review from a team and Danielhiversen as code owners September 4, 2019 18:17
@engrbm87 engrbm87 closed this Sep 4, 2019
@engrbm87 engrbm87 deleted the transmission branch September 4, 2019 19:11
@lock lock Bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.