Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Oct 29, 2021
1 parent f81c84c commit 04f439c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install -r requirements-test.txt
- name: Lint with flake8
run: |
flake8 aioeagle
flake8 pyevilgenius
- name: Check formatting with black
run: |
black aioeagle --check
black pyevilgenius --check
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import asyncio
from pprint import pprint

import aiohttp
from aioeagle import EagleHub
from pyevilgenius import EvilGeniusDevice


HOST = "192.168.1.113"
Expand Down Expand Up @@ -51,4 +51,4 @@ with async_timeout.timeout(10):

## Contribution guidelines

Object hierarchy and property/method names should match the EAGLE-200 API.
Object hierarchy and property/method names should match the Evil Genius Device APIs.

0 comments on commit 04f439c

Please sign in to comment.