Austin Mroczek
c7ab5de07c
Add Totalconnect config flow ( #32126 )
...
* Bump skybellpy to 0.4.0
* Bump skybellpy to 0.4.0 in requirements_all.txt
* Added extra states for STATE_ALARM_TRIGGERED to allow users to know if
it is a burglar or fire or carbon monoxide so automations can take
appropriate actions. Updated TotalConnect component to handle these new
states.
* Fix const import
* Fix const import
* Fix const imports
* Bump total-connect-client to 0.26.
* Catch details of alarm trigger in state attributes.
Also bumps total_connect_client to 0.27.
* Change state_attributes() to device_state_attributes()
* Move totalconnect component toward being a multi-platform integration. Bump total_connect_client to 0.28.
* add missing total-connect alarm state mappings
* Made recommended changes of MartinHjelmare at
https://github.com/home-assistant/home-assistant/pull/24427
* Update __init__.py
* Updates per MartinHjelmare comments
* flake8/pydocstyle fixes
* removed . at end of log message
* added blank line between logging and voluptuous
* more fixes
* Adding totalconnect zones as HA binary_sensors
* fix manifest.json
* flake8/pydocstyle fixes. Added codeowner.
* Update formatting per @springstan guidance.
* Fixed pylint
* Add zone ID to log message for easier troubleshooting
* Account for bypassed zones in update()
* More status handling fixes.
* Fixed flake8 error
* Another attempt at black/isort fixes.
* Bump total-connect-client to 0.50. Simplify code using new functions in
total-connect-client package instead of importing constants. Run black
and isort.
* Fix manifest file
* Another manifest fix
* one more manifest fix
* more manifest changes.
* sync up
* fix indent
* one more pylint fix
* Hopefully the last pylint fix
* make variable names understandable
* create and fill dict in one step
* Fix name and attributes
* rename to logical variable in alarm_control_panel
* Remove location_name from alarm_control_panel attributes since it is
already the name of the alarm.
* Multiple fixes to improve code per @springstan suggestions
* Update homeassistant/components/totalconnect/binary_sensor.py
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com >
* Multiple changes per @MartinHjelmare review
* simplify alarm adding
* Fix binary_sensor.py is_on
* Move DOMAIN to .const in line with examples.
* Move to async_setup
* Simplify code using new features of total-connect-client 0.51
* First crack at config flow for totalconnect
* bump totalconnect to 0.52
* use client.is_logged_in() to avoid total-connect-client details.
* updated generated/config_flow.py
* use is_logged_in()
* Hopefully final touches for config flow
* Add tests for config flow
* Updated requirements for test
* Fixes to test_config_flow
* Removed leftover comments and code
* fix const.py flake8 error
* Simplify text per @Kane610 https://github.com/home-assistant/home-assistant/pull/32126#pullrequestreview-364652949
* Remove .get() to speed things up since the required items should always
be available.
* Move CONF_USERNAME and CONF_PASSWORD into .const to eliminate extra I/O
to import from homeassistant.const
* Fix I/O async issues
* Fix flake8 and black errors
* Mock the I/O in tests.
* Fix isort error
* Empty commit to re-start azure pipelines (per discord)
* bump total-connect-client to 0.53
* Update homeassistant/components/totalconnect/__init__.py
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io >
* Update homeassistant/components/totalconnect/config_flow.py
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io >
* Fixes per @balloob comments
* Fix imports
* fix isort error
* Fix async_unload_entry
It still referenced CONF_USERNAME instead of entry.entity_id
* Added async_setup so not breaking change. Fixed imports.
* Update tests/components/totalconnect/test_config_flow.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com >
* Remove TotalConnectSystem() per @MartinHjelmare suggestion
* Moved from is_logged_in() to is_valid_credentials()
The second is more accurate for what we are checking for, because is_logged_in() could return False due to connection error.
* Fix import in test
* remove commented code and decorator
* Update tests/components/totalconnect/test_config_flow.py
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com >
* fix test_config_flow.py
* bump total-connect-client to 0.54
* remove un-needed import of mock_coro
* bump to total-connect-client 0.54.1
* re-add CONFIG_SCHEMA
* disable pylint on line 10 to avoid pylint bug
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com >
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-04-12 21:29:57 -05:00
..
2020-04-09 21:43:42 +02:00
2020-04-08 12:59:38 +02:00
2020-04-05 01:32:58 +02:00
2020-04-05 17:27:16 +02:00
2020-04-08 12:59:38 +02:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-13 00:07:30 +00:00
2020-04-13 00:07:30 +00:00
2020-04-08 12:59:38 +02:00
2020-04-13 00:07:30 +00:00
2020-04-08 12:59:38 +02:00
2020-04-08 12:59:38 +02:00
2020-04-09 00:57:47 +02:00
2020-04-13 00:07:30 +00:00
2020-04-08 12:59:38 +02:00
2020-04-08 12:59:38 +02:00
2020-04-05 17:27:16 +02:00
2020-04-11 16:54:11 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-07 22:45:56 +02:00
2020-04-07 22:45:56 +02:00
2020-04-03 12:58:19 -07:00
2020-04-12 22:44:31 +02:00
2020-04-08 11:47:38 -05:00
2020-04-07 22:45:56 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-11 15:39:09 +02:00
2020-04-11 15:40:59 +02:00
2020-04-07 22:45:56 +02:00
2020-04-05 17:27:16 +02:00
2020-04-07 22:45:56 +02:00
2020-04-08 11:47:38 -05:00
2020-04-07 22:45:56 +02:00
2020-04-03 12:58:19 -07:00
2020-04-11 16:54:11 +02:00
2020-04-03 12:58:19 -07:00
2020-04-07 22:45:56 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-13 00:07:30 +00:00
2020-04-07 22:45:56 +02:00
2020-04-03 12:58:19 -07:00
2020-04-09 21:43:42 +02:00
2020-04-03 08:45:33 -07:00
2020-04-05 10:33:45 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 00:08:19 +00:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-07 22:45:56 +02:00
2020-04-09 21:37:53 +02:00
2020-04-09 09:26:06 +02:00
2020-04-09 09:26:06 +02:00
2020-04-03 12:58:19 -07:00
2020-04-09 09:26:06 +02:00
2020-04-13 00:07:30 +00:00
2020-04-09 09:26:06 +02:00
2020-04-09 09:26:06 +02:00
2020-04-05 17:27:16 +02:00
2020-04-05 10:33:45 +02:00
2020-04-09 09:26:06 +02:00
2020-04-09 09:26:06 +02:00
2020-04-09 09:26:06 +02:00
2020-04-09 09:26:06 +02:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-09 09:26:06 +02:00
2020-04-09 09:26:06 +02:00
2020-04-09 09:26:06 +02:00
2020-04-03 12:58:19 -07:00
2020-04-12 10:20:51 -05:00
2020-04-12 21:44:56 +02:00
2020-04-09 09:26:06 +02:00
2020-04-05 17:27:16 +02:00
2020-04-13 00:07:30 +00:00
2020-04-09 09:26:06 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-11 16:54:11 +02:00
2020-04-03 12:58:19 -07:00
2020-04-09 21:43:42 +02:00
2020-04-12 14:56:19 +02:00
2020-04-05 17:48:55 +02:00
2020-04-12 15:02:28 -07:00
2020-04-08 00:08:19 +00:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 22:01:57 +02:00
2020-04-05 17:48:55 +02:00
2020-04-05 10:33:07 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-08 11:47:38 -05:00
2020-04-08 11:47:38 -05:00
2020-04-05 17:27:16 +02:00
2020-04-09 21:43:42 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-10 20:21:29 +02:00
2020-04-05 17:48:55 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-12 18:00:57 +02:00
2020-04-03 12:58:19 -07:00
2020-04-09 21:43:42 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 23:20:03 +02:00
2020-04-03 12:58:19 -07:00
2020-04-06 00:02:13 +00:00
2020-04-05 17:27:16 +02:00
2020-04-08 00:08:19 +00:00
2020-04-03 12:58:19 -07:00
2020-04-12 22:44:31 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-12 18:15:22 +02:00
2020-04-13 01:53:01 +02:00
2020-04-04 15:41:33 +02:00
2020-04-12 21:44:56 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-13 00:07:30 +00:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-12 14:56:19 +02:00
2020-04-05 01:32:58 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:42:15 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-04 22:31:56 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 00:08:19 +00:00
2020-04-03 12:58:19 -07:00
2020-04-11 12:53:48 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-07 09:22:03 -07:00
2020-04-11 00:24:03 +02:00
2020-04-03 12:58:19 -07:00
2020-04-07 21:06:05 +02:00
2020-04-11 17:00:12 +02:00
2020-04-08 18:29:46 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-11 02:04:58 +02:00
2020-04-08 11:47:38 -05:00
2020-04-08 11:47:38 -05:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 01:32:58 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 18:45:43 +02:00
2020-04-05 10:33:45 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-07 21:06:05 +02:00
2020-04-11 00:37:43 +02:00
2020-04-07 21:06:05 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-10 21:10:10 +02:00
2020-04-04 00:07:23 +00:00
2020-04-03 12:58:19 -07:00
2020-04-10 21:41:59 -05:00
2020-04-03 12:58:19 -07:00
2020-04-10 22:01:57 +02:00
2020-04-08 11:47:38 -05:00
2020-04-08 11:47:38 -05:00
2020-04-07 21:06:05 +02:00
2020-04-05 17:27:16 +02:00
2020-04-10 22:01:57 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-04 23:09:34 +02:00
2020-04-03 12:58:19 -07:00
2020-04-11 02:04:58 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 22:01:57 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-07 23:14:28 +02:00
2020-04-05 17:48:55 +02:00
2020-04-08 11:47:38 -05:00
2020-04-05 17:27:16 +02:00
2020-04-04 23:14:47 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 10:33:45 +02:00
2020-04-05 10:33:45 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 10:33:45 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 10:33:07 +02:00
2020-04-03 12:58:19 -07:00
2020-04-04 22:49:15 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-07 21:06:05 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-12 00:05:58 +00:00
2020-04-11 00:03:44 +00:00
2020-04-03 12:58:19 -07:00
2020-04-04 22:09:11 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-08 11:47:38 -05:00
2020-04-09 21:43:42 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-04 22:09:11 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 10:33:07 +02:00
2020-04-09 17:21:01 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-07 21:06:05 +02:00
2020-04-12 21:44:56 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-11 02:12:39 +02:00
2020-04-03 12:58:19 -07:00
2020-04-11 02:12:39 +02:00
2020-04-05 17:27:16 +02:00
2020-04-08 00:08:19 +00:00
2020-04-04 20:05:15 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 09:52:39 -05:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-07 21:06:05 +02:00
2020-04-08 23:20:03 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-07 23:14:28 +02:00
2020-04-03 12:58:19 -07:00
2020-04-04 22:09:11 +02:00
2020-04-05 17:27:16 +02:00
2020-04-04 22:09:11 +02:00
2020-04-11 02:04:58 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 20:21:29 +02:00
2020-04-05 10:33:45 +02:00
2020-04-12 22:44:31 +02:00
2020-04-03 12:58:19 -07:00
2020-04-04 20:05:15 +02:00
2020-04-05 10:33:45 +02:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-12 14:40:05 +02:00
2020-04-09 21:43:42 +02:00
2020-04-09 00:57:47 +02:00
2020-04-03 12:58:19 -07:00
2020-04-07 21:06:05 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 00:08:19 +00:00
2020-04-11 16:47:07 +02:00
2020-04-10 22:01:57 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-04 20:08:55 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-05 10:33:45 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 09:59:06 +02:00
2020-04-12 17:38:33 -05:00
2020-04-08 17:24:53 +02:00
2020-04-12 22:44:31 +02:00
2020-04-12 03:07:43 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-07 21:06:05 +02:00
2020-04-09 21:43:42 +02:00
2020-04-03 12:58:19 -07:00
2020-04-11 12:47:13 +02:00
2020-04-03 12:58:19 -07:00
2020-04-11 00:03:44 +00:00
2020-04-03 12:58:19 -07:00
2020-04-05 01:32:58 +02:00
2020-04-05 01:32:58 +02:00
2020-04-03 12:58:19 -07:00
2020-04-04 22:11:33 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 17:24:53 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-11 02:12:39 +02:00
2020-04-05 17:27:16 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 10:33:07 +02:00
2020-04-10 22:01:57 +02:00
2020-04-05 17:27:16 +02:00
2020-04-05 10:33:45 +02:00
2020-04-05 10:33:45 +02:00
2020-04-05 17:27:16 +02:00
2020-04-05 17:27:16 +02:00
2020-04-05 10:33:45 +02:00
2020-04-03 12:58:19 -07:00
2020-04-04 22:11:33 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-04 23:14:47 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 10:33:45 +02:00
2020-04-05 17:27:16 +02:00
2020-04-12 00:05:58 +00:00
2020-04-11 13:04:54 +02:00
2020-04-05 01:32:58 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-12 22:44:31 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 22:01:57 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-04 20:17:11 +02:00
2020-04-11 02:04:58 +02:00
2020-04-04 22:11:33 +02:00
2020-04-07 21:06:05 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-11 12:47:13 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 01:32:58 +02:00
2020-04-05 17:27:16 +02:00
2020-04-11 00:03:44 +00:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-04 22:09:11 +02:00
2020-04-05 18:03:13 +02:00
2020-04-03 12:58:19 -07:00
2020-04-11 16:54:11 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 01:32:58 +02:00
2020-04-05 10:33:45 +02:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-06 00:02:13 +00:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-08 17:24:53 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-05 17:27:16 +02:00
2020-04-12 00:05:58 +00:00
2020-04-05 17:27:16 +02:00
2020-04-10 00:40:51 +02:00
2020-04-08 11:47:38 -05:00
2020-04-05 10:33:45 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-09 21:43:42 +02:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 18:39:36 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 23:20:03 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 10:33:45 +02:00
2020-04-04 22:09:11 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 10:33:45 +02:00
2020-04-11 00:03:44 +00:00
2020-04-07 21:06:05 +02:00
2020-04-10 20:21:29 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-12 21:04:13 +02:00
2020-04-10 22:01:57 +02:00
2020-04-04 22:31:56 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-12 21:26:20 +02:00
2020-04-05 17:27:16 +02:00
2020-04-05 10:33:45 +02:00
2020-04-03 12:58:19 -07:00
2020-04-11 12:47:13 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 19:17:46 +02:00
2020-04-03 12:58:19 -07:00
2020-04-09 21:43:42 +02:00
2020-04-06 10:05:43 -07:00
2020-04-12 19:55:03 +02:00
2020-04-03 12:58:19 -07:00
2020-04-04 20:05:15 +02:00
2020-04-09 17:04:12 +02:00
2020-04-03 12:58:19 -07:00
2020-04-04 22:31:56 +02:00
2020-04-03 12:58:19 -07:00
2020-04-07 09:38:22 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 16:01:41 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 01:32:58 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-12 22:44:31 +02:00
2020-04-04 16:09:49 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:48:55 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-04 22:31:56 +02:00
2020-04-05 17:27:16 +02:00
2020-04-11 23:33:22 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 10:33:45 +02:00
2020-04-07 23:14:28 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 09:34:50 +02:00
2020-04-03 12:58:19 -07:00
2020-04-12 15:25:57 +02:00
2020-04-04 20:08:55 +02:00
2020-04-09 16:10:17 +02:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-11 12:47:13 +02:00
2020-04-07 23:14:28 +02:00
2020-04-07 23:14:28 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-10 19:17:46 +02:00
2020-04-04 21:39:22 +02:00
2020-04-11 02:12:39 +02:00
2020-04-09 21:43:42 +02:00
2020-04-05 10:33:45 +02:00
2020-04-05 17:27:16 +02:00
2020-04-13 00:07:30 +00:00
2020-04-12 17:19:22 -05:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-10 22:01:57 +02:00
2020-04-03 12:58:19 -07:00
2020-04-04 21:39:22 +02:00
2020-04-05 10:33:45 +02:00
2020-04-09 17:41:17 +02:00
2020-04-11 02:04:58 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 08:44:56 -07:00
2020-04-08 11:47:38 -05:00
2020-04-07 23:14:28 +02:00
2020-04-11 13:04:54 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-10 22:01:57 +02:00
2020-04-07 23:14:28 +02:00
2020-04-04 23:14:47 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 00:08:19 +00:00
2020-04-12 21:04:13 +02:00
2020-04-11 16:54:11 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-12 17:18:09 +02:00
2020-04-03 12:58:19 -07:00
2020-04-12 17:18:09 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-07 08:43:12 -05:00
2020-04-12 17:18:09 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 16:01:41 +02:00
2020-04-03 12:58:19 -07:00
2020-04-12 17:18:09 +02:00
2020-04-12 21:26:20 +02:00
2020-04-10 22:01:57 +02:00
2020-04-04 21:39:22 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-12 17:18:09 +02:00
2020-04-10 09:33:58 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-12 17:18:09 +02:00
2020-04-12 21:44:56 +02:00
2020-04-03 12:58:19 -07:00
2020-04-12 17:18:09 +02:00
2020-04-12 17:18:09 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-12 17:18:09 +02:00
2020-04-03 12:58:19 -07:00
2020-04-07 21:06:05 +02:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-10 20:21:29 +02:00
2020-04-12 17:18:09 +02:00
2020-04-05 10:33:07 +02:00
2020-04-03 12:58:19 -07:00
2020-04-11 02:12:39 +02:00
2020-04-12 17:18:09 +02:00
2020-04-12 17:18:09 +02:00
2020-04-03 12:58:19 -07:00
2020-04-12 17:51:57 +02:00
2020-04-12 17:18:09 +02:00
2020-04-11 02:01:22 +02:00
2020-04-12 17:18:09 +02:00
2020-04-07 21:06:05 +02:00
2020-04-05 17:27:16 +02:00
2020-04-12 17:18:09 +02:00
2020-04-05 17:27:16 +02:00
2020-04-12 17:18:09 +02:00
2020-04-03 12:58:19 -07:00
2020-04-07 21:06:05 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 12:49:05 -07:00
2020-04-08 12:56:22 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 16:01:41 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-09 21:43:42 +02:00
2020-04-09 21:43:42 +02:00
2020-04-07 21:06:05 +02:00
2020-04-12 21:04:13 +02:00
2020-04-05 10:33:45 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-08 00:08:19 +00:00
2020-04-13 00:07:30 +00:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-10 22:01:57 +02:00
2020-04-04 22:11:33 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-08 17:24:53 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-11 12:56:18 +02:00
2020-04-05 17:27:16 +02:00
2020-04-05 23:47:11 +02:00
2020-04-04 22:11:33 +02:00
2020-04-03 12:58:19 -07:00
2020-04-11 12:49:57 +02:00
2020-04-07 16:45:48 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-08 00:08:19 +00:00
2020-04-04 22:11:33 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-11 17:00:12 +02:00
2020-04-04 18:21:14 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 13:12:18 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-11 17:00:12 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 00:08:19 +00:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-04 20:08:55 +02:00
2020-04-04 18:21:14 +02:00
2020-04-03 12:58:19 -07:00
2020-04-06 10:32:04 -07:00
2020-04-09 10:20:48 +02:00
2020-04-10 22:01:57 +02:00
2020-04-11 16:54:11 +02:00
2020-04-03 12:58:19 -07:00
2020-04-12 19:45:50 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-05 10:33:45 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-12 22:44:31 +02:00
2020-04-11 15:40:59 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 22:01:57 +02:00
2020-04-05 17:27:16 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-04 15:49:29 +02:00
2020-04-05 10:33:45 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 22:01:57 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 13:12:07 +02:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-11 02:04:58 +02:00
2020-04-04 18:21:14 +02:00
2020-04-08 11:47:38 -05:00
2020-04-07 21:06:05 +02:00
2020-04-04 18:21:14 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 10:33:45 +02:00
2020-04-05 10:33:45 +02:00
2020-04-04 22:31:56 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-04 18:21:14 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 00:08:19 +00:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:13:08 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-12 00:05:58 +00:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-13 00:07:30 +00:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 18:45:43 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 22:01:57 +02:00
2020-04-04 22:45:55 +02:00
2020-04-11 02:04:58 +02:00
2020-04-08 11:47:38 -05:00
2020-04-07 21:06:05 +02:00
2020-04-05 17:27:16 +02:00
2020-04-12 21:04:13 +02:00
2020-04-05 10:33:07 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-04 22:31:56 +02:00
2020-04-11 17:00:12 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-09 00:57:47 +02:00
2020-04-03 12:58:19 -07:00
2020-04-04 23:09:34 +02:00
2020-04-04 20:02:50 +02:00
2020-04-03 12:58:19 -07:00
2020-04-11 15:40:59 +02:00
2020-04-03 12:58:19 -07:00
2020-04-04 18:21:14 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 10:33:45 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-08 11:47:38 -05:00
2020-04-07 21:06:05 +02:00
2020-04-11 16:54:11 +02:00
2020-04-12 21:29:57 -05:00
2020-04-03 12:58:19 -07:00
2020-04-11 00:03:44 +00:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-09 19:37:55 +02:00
2020-04-03 12:58:19 -07:00
2020-04-11 16:54:11 +02:00
2020-04-08 00:08:19 +00:00
2020-04-03 12:58:19 -07:00
2020-04-04 18:21:14 +02:00
2020-04-11 13:04:54 +02:00
2020-04-11 12:52:43 +02:00
2020-04-04 21:39:22 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-11 11:57:02 +02:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-12 16:18:44 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-11 12:55:02 +02:00
2020-04-11 00:24:03 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-11 02:12:39 +02:00
2020-04-05 10:33:45 +02:00
2020-04-04 22:09:11 +02:00
2020-04-05 17:27:16 +02:00
2020-04-05 10:33:45 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 19:17:46 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 22:01:57 +02:00
2020-04-11 00:03:44 +00:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-08 00:08:19 +00:00
2020-04-03 12:58:19 -07:00
2020-04-12 00:05:58 +00:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 17:27:16 +02:00
2020-04-11 15:40:59 +02:00
2020-04-04 22:09:11 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-05 10:33:45 +02:00
2020-04-05 17:48:55 +02:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-11 16:54:11 +02:00
2020-04-11 02:04:58 +02:00
2020-04-08 11:57:42 -07:00
2020-04-03 22:41:08 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-11 16:54:11 +02:00
2020-04-05 17:27:16 +02:00
2020-04-08 00:08:19 +00:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-05 17:48:55 +02:00
2020-04-05 17:48:55 +02:00
2020-04-03 12:58:19 -07:00
2020-04-09 21:43:42 +02:00
2020-04-05 10:33:07 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 10:33:45 +02:00
2020-04-03 12:58:19 -07:00
2020-04-03 12:58:19 -07:00
2020-04-08 11:47:38 -05:00
2020-04-05 17:27:16 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 10:33:07 +02:00
2020-04-05 17:48:55 +02:00
2020-04-11 16:54:11 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 22:01:57 +02:00
2020-04-12 21:44:56 +02:00
2020-04-03 12:58:19 -07:00
2020-04-05 16:01:41 +02:00
2020-04-03 12:58:19 -07:00
2020-04-12 18:00:57 +02:00
2020-04-03 12:58:19 -07:00
2020-04-07 17:41:23 +02:00
2020-04-04 22:09:11 +02:00
2020-04-03 12:58:19 -07:00
2020-04-10 22:01:57 +02:00
2020-04-07 21:06:05 +02:00