Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zodiac integration #38935

Merged
merged 28 commits into from
Sep 21, 2020
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
45ae447
add zodiac sign integration
JulienTant Aug 16, 2020
f37c6d8
add tests & refacto
JulienTant Aug 16, 2020
4d95976
Apply suggestions from code review
JulienTant Sep 20, 2020
2632f5d
fix indentation from suggested correction, fix quality scale and remo…
JulienTant Sep 20, 2020
476d928
fix code formatting
JulienTant Sep 20, 2020
d487ad8
Create const.py
ctalkington Sep 20, 2020
211b53b
Update sensor.py
ctalkington Sep 20, 2020
ad6132d
Update const.py
ctalkington Sep 20, 2020
57a3c47
Update test_sensor.py
ctalkington Sep 20, 2020
576301b
Update test_sensor.py
ctalkington Sep 20, 2020
94b4101
Update test_sensor.py
ctalkington Sep 20, 2020
b45af34
Update test_sensor.py
ctalkington Sep 20, 2020
c706bf6
Update test_sensor.py
ctalkington Sep 20, 2020
004b8c4
Update sensor.py
ctalkington Sep 20, 2020
ebd3d62
Update test_sensor.py
ctalkington Sep 20, 2020
e2a73a0
Update __init__.py
ctalkington Sep 20, 2020
ceed9a7
Update sensor.py
ctalkington Sep 20, 2020
5071ff3
Update test_sensor.py
ctalkington Sep 20, 2020
5aabcdc
Update sensor.py
ctalkington Sep 20, 2020
4dbe6b4
Update __init__.py
ctalkington Sep 20, 2020
1d622d5
Update test_sensor.py
ctalkington Sep 20, 2020
b140969
Update __init__.py
ctalkington Sep 20, 2020
2098596
Fix zodiac time patch
MartinHjelmare Sep 21, 2020
c6b3673
Delete sensor.fr.json
ctalkington Sep 21, 2020
9fac09b
Update sensor.py
ctalkington Sep 21, 2020
45d5ad4
Delete sensor.en.json
ctalkington Sep 21, 2020
3a96632
Update test_sensor.py
ctalkington Sep 21, 2020
bbaa1cc
Apply suggestions from code review
ctalkington Sep 21, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test_sensor.py
  • Loading branch information
ctalkington authored Sep 20, 2020
commit b45af34b6245bbf151bc465e0d5e371dfca1a325
2 changes: 1 addition & 1 deletion tests/components/zodiac/test_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from datetime import datetime
JulienTant marked this conversation as resolved.
Show resolved Hide resolved

import pytest

from homeassistant.components.homeassistant import DOMAIN as HA_DOMAIN
from homeassistant.components.sensor import DOMAIN as SENSOR_DOMAIN
from homeassistant.components.zodiac.const import DOMAIN
from homeassistant.components.zodiac.const import (
Expand Down