Tekktrik
|
4d99ff62bd
|
Only apply timezone if in GitHub Actions
|
2023-06-01 01:17:41 -04:00 |
|
Tekktrik
|
6cc6ae5476
|
Set docs language to English
|
2023-06-01 01:09:07 -04:00 |
|
Tekktrik
|
4940af1659
|
Fix test failing due to timezone
|
2023-06-01 01:06:46 -04:00 |
|
Tekktrik
|
250fae2f62
|
Make dependencies dynamic
|
2023-06-01 00:02:14 -04:00 |
|
Tekktrik
|
22ae783024
|
Remove manifest file
|
2023-05-31 23:56:32 -04:00 |
|
Tekktrik
|
4b9d79b582
|
Update action versions
|
2023-05-31 19:11:45 -04:00 |
|
Alec Delaney
|
d500b589dd
|
Upgrade setuptools in Actions
|
2022-08-24 22:09:45 -04:00 |
|
Alec Delaney
|
abb2946cde
|
Update keywords in pyproject.toml
|
2022-08-15 00:09:25 -04:00 |
|
Alec Delaney
|
ac44d998ce
|
Use CI to set version
|
2022-08-15 00:06:49 -04:00 |
|
Alec Delaney
|
76820e07d4
|
Remove ez_setup.py
|
2022-08-15 00:06:11 -04:00 |
|
Alec Delaney
|
d1b1931884
|
Change to pyproject.toml
|
2022-08-15 00:05:58 -04:00 |
|
Brent Rubell
|
06df42d534
|
Merge pull request #131 from lcmcninch/get-pages
Implement a means of getting more than 1000 data points
|
2022-03-10 14:53:02 -05:00 |
|
Luke McNinch
|
b53348282c
|
Lower default page limit from 1000 to 100.
|
2022-01-17 10:36:08 -05:00 |
|
Luke McNinch
|
c152480ad9
|
Merge branch 'master' into get-pages
# Conflicts:
# tests/test_client.py
|
2021-11-30 16:31:50 -05:00 |
|
Brent Rubell
|
92093d45e4
|
Merge pull request #136 from cj8scrambler/master
Add support for dashboards, blocks and layouts
|
2021-11-29 10:40:04 -05:00 |
|
Brent Rubell
|
ce3d868048
|
Merge branch 'master' into master
|
2021-11-29 10:38:13 -05:00 |
|
Brent Rubell
|
0f8328915b
|
Merge pull request #138 from lcmcninch/fix_weekday
receive_time: fix week day
|
2021-11-29 10:35:01 -05:00 |
|
Brent Rubell
|
6587c92bb6
|
Update build.yml
https://dev.to/petrsvihlik/using-environment-protection-rules-to-secure-secrets-when-building-external-forks-with-pullrequesttarget-hci
|
2021-11-29 10:28:49 -05:00 |
|
Luke McNinch
|
c5d1975fcc
|
Address issue 137: receive_time parses week day (wday) as one day off of what is expected by Python.
Implement a method to parse the dict returned by the server and correct the week day.
|
2021-11-22 20:19:47 -05:00 |
|
Doug Zobel
|
09c021b0f5
|
Fix Dashboard parsing of Block objects
|
2021-11-18 09:38:43 -06:00 |
|
Doug Zobel
|
11bddacc67
|
Add support for dashboards, blocks and layouts
|
2021-11-16 15:35:05 -06:00 |
|
Brent Rubell
|
d047655176
|
Delete environmental_monitor.py
|
2021-11-08 10:16:23 -05:00 |
|
Luke McNinch
|
3d267e97df
|
Eliminate while True: by querying the feed count if max_results is None (caller is requesting all data).
|
2021-04-15 22:09:10 -04:00 |
|
Luke McNinch
|
e9afd5b317
|
Implement a "max_results" parameter for the data method, to allow for retrieval of more than 1000 data points.
This implementation is subject to an existing bug in the pagination link header in the API that will break when and if that bug is fixed.
|
2021-02-26 09:51:14 -05:00 |
|
Luke McNinch
|
e94e2d4bb3
|
Add params keyword argument to _get method to enable use of URL parameters.
|
2021-02-25 20:34:46 -05:00 |
|
Brent Rubell
|
617c5a452a
|
Merge pull request #125 from brentru/specify-feed-in-group
Add ability to create feed within a group
|
2020-12-21 12:20:51 -05:00 |
|
brentru
|
2c7331585f
|
reflect test expected
|
2020-12-21 12:02:09 -05:00 |
|
brentru
|
923d00f8e3
|
bump ver
|
2020-12-21 12:01:31 -05:00 |
|
brentru
|
839e41b494
|
add unittest
|
2020-12-21 11:59:08 -05:00 |
|
brentru
|
6f413d5a76
|
add usage example
|
2020-12-21 11:52:39 -05:00 |
|
brentru
|
4b2a384679
|
addressing https://github.com/adafruit/Adafruit_IO_Python/issues/104
|
2020-12-21 11:51:45 -05:00 |
|
Brent Rubell
|
9cc19e4fca
|
Merge pull request #124 from mcauser/patch-1
Fix expired Discord link
|
2020-12-11 16:25:20 -05:00 |
|
Brent Rubell
|
8df85246d3
|
Merge pull request #122 from brentru/fix-env-monitor
Update environmental monitor example
|
2020-12-11 16:21:04 -05:00 |
|
brentru
|
dd73f604eb
|
de-indent
|
2020-12-11 15:45:01 -05:00 |
|
brentru
|
f24166d063
|
update workflow
|
2020-12-11 15:42:59 -05:00 |
|
Mike Causer
|
843b065aa8
|
Fix expired Discord link
|
2020-12-08 01:30:53 +11:00 |
|
brentru
|
fc69311d37
|
update VEML6070 function sig
|
2020-11-04 10:48:43 -05:00 |
|
Brent Rubell
|
f5fce9f58a
|
Merge pull request #114 from cv65/patch-1
Update README.rst
|
2020-09-23 17:05:20 -04:00 |
|
Brent Rubell
|
f3fc30c139
|
Merge pull request #117 from phord/patch-1
Fix syntax error in Groups documentation
|
2020-09-23 17:04:13 -04:00 |
|
Brent Rubell
|
0c0c2c75eb
|
Merge pull request #120 from flavio-fernandes/subscribe_group.merge
[mqtt_client]: Fix docstring in subscribe_group
|
2020-09-23 17:03:28 -04:00 |
|
Brent Rubell
|
f67a35b033
|
Merge pull request #121 from brentru/actionify
Actionify AIO Python, Remove TravisCI
|
2020-09-23 17:00:03 -04:00 |
|
brentru
|
d5edfd3bd3
|
replace travisCI badge with actions!
|
2020-09-23 16:53:45 -04:00 |
|
brentru
|
f22fdbbe3b
|
add release workflow
|
2020-09-23 16:50:46 -04:00 |
|
brentru
|
a134411fb0
|
add sphinx docu build
|
2020-09-23 16:42:08 -04:00 |
|
brentru
|
669f57ad4d
|
add -m flag
|
2020-09-23 16:33:41 -04:00 |
|
brentru
|
466f06de90
|
modified base to take in envar
|
2020-09-23 16:31:13 -04:00 |
|
brentru
|
2f58c68798
|
grok io key directly from script
|
2020-09-23 16:20:31 -04:00 |
|
brentru
|
1ae0addb1d
|
try running with env in same step
|
2020-09-23 16:16:20 -04:00 |
|
brentru
|
404665dc83
|
point at tests
|
2020-09-23 16:13:17 -04:00 |
|
brentru
|
5cd1cf3687
|
close escaped {} sequence
|
2020-09-23 16:12:18 -04:00 |
|