* add zodiac sign integration * add tests & refacto * Apply suggestions from code review Co-authored-by: Chris Talkington <chris@talkingtontech.com> * fix indentation from suggested correction, fix quality scale and remove useless functions * fix code formatting * Create const.py * Update sensor.py * Update const.py * Update test_sensor.py * Update test_sensor.py * Update test_sensor.py * Update test_sensor.py * Update test_sensor.py * Update sensor.py * Update test_sensor.py * Update __init__.py * Update sensor.py * Update test_sensor.py * Update sensor.py * Update __init__.py * Update test_sensor.py * Update __init__.py * Fix zodiac time patch * Delete sensor.fr.json * Update sensor.py * Delete sensor.en.json * Update test_sensor.py * Apply suggestions from code review Co-authored-by: Chris Talkington <chris@talkingtontech.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
18 lines
453 B
JSON
18 lines
453 B
JSON
{
|
|
"state": {
|
|
"zodiac__sign": {
|
|
"aries": "Aries",
|
|
"taurus": "Taurus",
|
|
"gemini": "Gemini",
|
|
"cancer": "Cancer",
|
|
"leo": "Leo",
|
|
"virgo": "Virgo",
|
|
"libra": "Libra",
|
|
"scorpio": "Scorpio",
|
|
"sagittarius": "Sagittarius",
|
|
"capricorn": "Capricorn",
|
|
"aquarius": "Aquarius",
|
|
"pisces": "Pisces"
|
|
}
|
|
}
|
|
} |