• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

home-assistant / home-assistant / 45888
94%

Build:
DEFAULT BRANCH: dev
Ran 02 Jul 2018 09:46AM UTC
Jobs 5
Files 408
Run time 13min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
45888

push

travis-ci

andrey-git
Added setting cover tilt position in scene (#15255)

## Description:
This feature adds possibly of setting tilt_position in scene for covers.

**Related issue (if applicable):** fixes #<home-assistant issue number goes here>

**Pull request in [home-assistant.github.io](https://github.com/home-assistant/home-assistant.github.io) with documentation (if applicable):** home-assistant/home-assistant.github.io#<home-assistant.github.io PR number goes here>

## Example entry for `configuration.yaml` (if applicable):
```yaml
scene:
  - name: Close Cover Tilt
    entities:
      cover.c_office_north:
        tilt_position: 0

  - name: Open Cover Tilt
    entities:
      cover.c_office_north:
        tilt_position: 100
```

## Checklist:
  - [x] The code change is tested and works locally.
  - [x] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**

If user exposed functionality or configuration variables are added/changed:
  - [ ] Documentation added/updated in [home-assistant.github.io](https://github.com/home-assistant/home-assistant.github.io)

If the code communicates with devices, web services, or third-party tools:
  - [ ] New dependencies have been added to the `REQUIREMENTS` variable ([example][ex-requir]).
  - [ ] New dependencies are only imported inside functions that use them ([example][ex-import]).
  - [ ] New or updated dependencies have been added to `requirements_all.txt` by running `script/gen_requirements_all.py`.
  - [ ] New files were added to `.coveragerc`.

If the code does not interact with devices:
  - [ ] Tests have been added to verify that the new code works.

[ex-requir]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard.py#L14
[ex-import]: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/keyboard.py#L54

36210 of 38472 relevant lines covered (94.12%)

1.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 45888.1 (TOXENV=lint) 02 Jul 2018 09:48AM UTC 0
Travis Job 45888.1
2 45888.2 (TOXENV=pylint) 02 Jul 2018 10:00AM UTC 0
Travis Job 45888.2
3 45888.3 (TOXENV=typing) 02 Jul 2018 09:46AM UTC 0
Travis Job 45888.3
4 45888.4 (TOXENV=py35) 02 Jul 2018 09:53AM UTC 0
94.12
Travis Job 45888.4
5 45888.5 (TOXENV=py36) 02 Jul 2018 09:53AM UTC 0
94.12
Travis Job 45888.5
Source Files on build 45888
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #45888
  • d3df96a8 on github
  • Prev Build on dev (#45883)
  • Next Build on dev (#45889)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc