Closed maxandersen closed 5 years ago
Merging #274 into dev will increase coverage by
0.35%
. The diff coverage is100%
.
@@ Coverage Diff @@
## dev #274 +/- ##
==========================================
+ Coverage 74.91% 75.27% +0.35%
==========================================
Files 22 22
Lines 1539 1561 +22
==========================================
+ Hits 1153 1175 +22
Misses 386 386
Impacted Files | Coverage Δ | |
---|---|---|
homeassistant_cli/autocompletion.py | 75.72% <100%> (+2.32%) |
:arrow_up: |
homeassistant_cli/yaml.py | 95.23% <100%> (ø) |
:arrow_up: |
homeassistant_cli/plugins/raw.py | 90.19% <100%> (+3.35%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 1a23de5...756e18c. Read the comment docs.
Why:
raw get
to access websocket api.This change addreses the need by:
hass-cli raw ws <method> --json <optional data>
command. Example:Resolves: