Petr Vraník
3efdf29dfa
Centralize rainbird config and add binary sensor platform ( #26393 )
...
* Update pyrainbird to version 0.2.0 to fix zone number issue:
- home-assistant/home-assistant/issues/24519
- jbarrancos/pyrainbird/issues/5
- https://community.home-assistant.io/t/rainbird-zone-switches-5-8-dont-correspond/104705
* requirements_all.txt regenerated
* code formatting
* pyrainbird version 0.3.0
* zone id
* rainsensor return state
* updating rainsensor
* new version of pyrainbird
* binary sensor state
* quiet in check format
* is_on instead of state for binary_sensor
* no unit of measurement for binary sensor
* no monitored conditions config
* get keys of dict directly
* removed redundant update of state
* simplified switch
* right states for switch
* raindelay sensor
* raindelay sensor
* binary sensor state
* binary sensor state
* reorganized imports
* doc on public method
* reformatted
* add irrigation service to rain bird, which allows you to set the duration
* rebased on konikvranik and solved some feedback
* add irrigation service to rain bird
* sensor types to constants
* synchronized register service
* patform discovery
* binary sensor as wrapper to sensor
* version 0.4.0
* new config approach
* sensors cleanup
* bypass if no zones found
* platform schema removed
* Change config schema to list of controllers
some small code improvements as suggested in CR:
- dictionary acces by []
- just return instead of return False
- import order
- no optional parameter name
* some small code improvements as suggested in CR:
- supported platforms in constant
- just return instead of return False
- removed unused constant
* No single controller configuration
Co-Authored-By: Martin Hjelmare <marhje52@kth.se >
* pyrainbird 0.4.1
* individual switch configuration
* imports order
* generate default name out of entity
* trigger time required for controller
* incorporated CR remarks:
- constant fo rzones
- removed SCAN_INTERVAL
- detection of success on initialization
- removed underscore
- refactored if/else
- empty line on end of file
- hass as first parameter
* import of library on top
* refactored
* Update homeassistant/components/rainbird/__init__.py
Co-Authored-By: Martin Hjelmare <marhje52@kth.se >
* validate time and set defaults
* set defaults on right place
* pylint bypass
* iterate over values
* codeowner
* reverted changes:
* irrigation time just as positive integer. Making it complex does make
sense
* zone edfaults fullfiled at runtime. There is no information about
available zones in configuration time.
* codeowners updated
* accept timedelta in irrigation time
* simplified time calculation
* call total_seconds
* irrigation time as seconds.
* simplified schema
2019-09-26 11:24:03 +02:00
..
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-21 00:32:16 +00:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 09:11:36 -05:00
2019-09-03 09:11:36 -05:00
2019-07-31 12:25:30 -07:00
2019-09-03 09:11:36 -05:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-19 09:19:27 -07:00
2019-09-03 09:11:36 -05:00
2019-08-02 23:20:06 +02:00
2019-09-24 00:32:13 +00:00
2019-09-07 00:32:45 +00:00
2019-09-03 09:11:36 -05:00
2019-09-03 09:11:36 -05:00
2019-09-03 09:11:36 -05:00
2019-09-07 20:47:24 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 09:11:36 -05:00
2019-07-31 12:25:30 -07:00
2019-08-23 09:53:33 -07:00
2019-09-03 09:11:36 -05:00
2019-09-03 09:11:36 -05:00
2019-09-03 09:11:36 -05:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-26 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-09-03 09:11:36 -05:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-04 20:20:20 +02:00
2019-09-03 09:11:36 -05:00
2019-09-03 09:11:36 -05:00
2019-09-03 09:11:36 -05:00
2019-09-07 00:32:45 +00:00
2019-07-31 12:25:30 -07:00
2019-09-24 14:57:05 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 09:11:36 -05:00
2019-07-31 12:25:30 -07:00
2019-09-18 17:29:34 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-07 09:48:58 +03:00
2019-09-01 18:05:46 +02:00
2019-07-31 12:25:30 -07:00
2019-09-26 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-09-03 14:13:44 +02:00
2019-09-03 17:09:59 +02:00
2019-09-03 17:09:59 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:09:59 +02:00
2019-07-31 12:25:30 -07:00
2019-09-24 15:38:20 -07:00
2019-09-03 17:09:59 +02:00
2019-07-31 12:25:30 -07:00
2019-09-13 21:09:45 +02:00
2019-09-03 17:09:59 +02:00
2019-09-04 19:09:24 +02:00
2019-09-24 03:45:14 +02:00
2019-09-19 08:39:09 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:09:59 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-07 09:48:58 +03:00
2019-07-31 12:25:30 -07:00
2019-08-11 20:38:18 -07:00
2019-09-03 17:09:59 +02:00
2019-09-03 17:09:59 +02:00
2019-09-17 07:38:43 +00:00
2019-09-26 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-08-08 22:59:33 +02:00
2019-09-03 17:09:59 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:09:59 +02:00
2019-09-03 17:09:59 +02:00
2019-09-25 22:38:21 +02:00
2019-09-03 17:09:59 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:09:59 +02:00
2019-09-03 17:09:59 +02:00
2019-09-03 17:09:59 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-19 08:39:09 +02:00
2019-09-17 12:12:54 -07:00
2019-08-23 09:53:33 -07:00
2019-07-31 12:25:30 -07:00
2019-08-25 22:37:25 -07:00
2019-07-31 12:25:30 -07:00
2019-09-20 08:23:34 -07:00
2019-09-03 14:13:44 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:09:59 +02:00
2019-09-03 17:09:59 +02:00
2019-09-03 17:09:59 +02:00
2019-09-05 00:32:29 +00:00
2019-07-31 12:25:30 -07:00
2019-09-06 11:19:31 +02:00
2019-09-03 17:09:59 +02:00
2019-09-03 17:09:59 +02:00
2019-09-26 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-08-02 23:20:06 +02:00
2019-09-03 17:09:59 +02:00
2019-09-19 08:39:09 +02:00
2019-08-02 23:20:06 +02:00
2019-09-02 14:15:00 -05:00
2019-09-03 17:09:59 +02:00
2019-09-24 14:57:05 -07:00
2019-09-05 20:41:57 -07:00
2019-09-07 09:48:58 +03:00
2019-09-03 17:09:59 +02:00
2019-08-28 12:46:02 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:09:59 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-19 23:29:26 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-19 08:39:09 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-24 12:09:16 +02:00
2019-09-19 08:39:09 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:09:59 +02:00
2019-08-02 14:07:33 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-08-22 18:19:27 +02:00
2019-09-03 17:09:59 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:09:59 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:09:59 +02:00
2019-09-07 09:48:58 +03:00
2019-09-19 08:39:09 +02:00
2019-07-31 12:25:30 -07:00
2019-09-26 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-24 13:53:03 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:10:56 +02:00
2019-09-04 19:09:24 +02:00
2019-09-03 17:10:56 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:10:56 +02:00
2019-09-24 13:10:03 +02:00
2019-09-03 17:10:56 +02:00
2019-09-03 17:10:56 +02:00
2019-09-03 17:10:56 +02:00
2019-09-03 17:33:48 -07:00
2019-09-07 00:32:45 +00:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-17 20:24:03 +02:00
2019-09-03 17:10:56 +02:00
2019-09-15 11:55:20 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-08-19 12:09:56 +02:00
2019-09-22 01:29:52 +02:00
2019-09-03 17:10:56 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:10:56 +02:00
2019-09-03 23:16:31 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:10:56 +02:00
2019-09-03 17:10:56 +02:00
2019-07-31 12:25:30 -07:00
2019-09-07 09:48:58 +03:00
2019-09-03 17:10:56 +02:00
2019-09-03 17:10:56 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:10:56 +02:00
2019-09-07 09:48:58 +03:00
2019-09-03 17:10:56 +02:00
2019-09-24 13:53:03 -07:00
2019-09-03 17:10:56 +02:00
2019-09-07 09:48:58 +03:00
2019-09-03 17:10:56 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:10:56 +02:00
2019-09-03 17:10:56 +02:00
2019-07-31 12:25:30 -07:00
2019-08-02 17:00:22 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:10:56 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 14:13:44 +02:00
2019-09-24 15:38:20 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-08-18 18:08:26 +03:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:10:56 +02:00
2019-08-01 22:18:52 +02:00
2019-09-23 14:20:27 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:10:56 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-10 16:19:08 +01:00
2019-07-31 12:25:30 -07:00
2019-08-11 20:38:18 -07:00
2019-09-03 17:10:56 +02:00
2019-09-03 17:10:56 +02:00
2019-09-26 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-19 09:55:07 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:10:56 +02:00
2019-09-25 10:13:31 -07:00
2019-08-02 23:20:06 +02:00
2019-07-31 12:25:30 -07:00
2019-09-02 22:17:34 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:10:56 +02:00
2019-09-03 17:10:56 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:10:56 +02:00
2019-09-24 15:38:20 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-15 20:53:05 +02:00
2019-09-09 23:47:44 +02:00
2019-07-31 12:25:30 -07:00
2019-09-11 18:00:18 +02:00
2019-09-03 17:10:56 +02:00
2019-09-03 17:27:14 +02:00
2019-09-08 00:32:16 +00:00
2019-07-31 12:25:30 -07:00
2019-09-03 23:20:16 -07:00
2019-08-23 09:53:33 -07:00
2019-09-03 17:27:14 +02:00
2019-09-03 17:27:14 +02:00
2019-09-03 17:27:14 +02:00
2019-07-31 12:25:30 -07:00
2019-09-18 17:29:34 -07:00
2019-09-23 11:50:18 +02:00
2019-09-03 17:27:14 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-08-25 21:11:12 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:27:14 +02:00
2019-09-03 17:27:14 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:27:14 +02:00
2019-09-21 15:34:08 +02:00
2019-09-24 21:16:08 -07:00
2019-09-23 14:39:10 +02:00
2019-09-23 13:42:09 -04:00
2019-09-03 17:27:14 +02:00
2019-09-03 23:14:29 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:27:14 +02:00
2019-09-03 17:27:14 +02:00
2019-09-20 08:23:34 -07:00
2019-09-03 17:27:14 +02:00
2019-09-03 17:27:14 +02:00
2019-09-03 17:27:14 +02:00
2019-09-25 14:00:18 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-07 09:48:58 +03:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:27:14 +02:00
2019-09-18 17:29:34 -07:00
2019-09-03 17:27:14 +02:00
2019-07-31 12:25:30 -07:00
2019-09-07 00:32:45 +00:00
2019-07-31 12:25:30 -07:00
2019-09-03 20:58:40 -05:00
2019-09-03 16:02:42 -07:00
2019-09-24 12:09:16 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:27:14 +02:00
2019-09-03 17:27:14 +02:00
2019-09-19 14:38:58 -07:00
2019-08-12 16:45:04 +02:00
2019-07-31 12:25:30 -07:00
2019-08-23 09:53:33 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 20:55:58 -05:00
2019-09-03 17:27:14 +02:00
2019-08-23 09:53:33 -07:00
2019-08-23 09:53:33 -07:00
2019-09-19 08:39:09 +02:00
2019-09-03 17:27:14 +02:00
2019-09-22 10:57:02 +03:00
2019-09-03 17:27:14 +02:00
2019-09-21 00:32:16 +00:00
2019-07-31 12:25:30 -07:00
2019-08-04 17:05:43 +02:00
2019-07-31 12:25:30 -07:00
2019-09-24 13:53:03 -07:00
2019-09-03 17:27:14 +02:00
2019-09-03 17:27:14 +02:00
2019-09-26 00:32:13 +00:00
2019-09-06 13:24:10 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-22 23:49:09 +02:00
2019-09-03 21:14:00 +02:00
2019-08-19 14:29:26 +02:00
2019-09-25 10:20:46 +02:00
2019-07-31 12:25:30 -07:00
2019-09-04 19:09:24 +02:00
2019-09-03 21:14:00 +02:00
2019-07-31 12:25:30 -07:00
2019-09-07 01:38:09 +02:00
2019-09-03 21:14:00 +02:00
2019-09-03 21:14:00 +02:00
2019-09-03 21:14:00 +02:00
2019-08-20 10:35:39 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:00 +02:00
2019-08-02 23:20:06 +02:00
2019-09-24 21:28:50 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-26 00:32:13 +00:00
2019-09-19 14:39:57 -07:00
2019-09-19 14:39:57 -07:00
2019-09-19 14:39:57 -07:00
2019-09-26 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:00 +02:00
2019-09-24 02:55:10 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:00 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-04 19:09:24 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-23 00:32:13 +00:00
2019-08-11 20:38:18 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:00 +02:00
2019-09-03 21:14:00 +02:00
2019-07-31 12:25:30 -07:00
2019-09-24 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-24 15:38:20 -07:00
2019-07-31 12:25:30 -07:00
2019-09-20 15:58:46 +02:00
2019-09-03 21:14:00 +02:00
2019-07-31 12:25:30 -07:00
2019-09-22 11:41:59 +02:00
2019-07-31 12:25:30 -07:00
2019-08-04 17:05:43 +02:00
2019-09-03 21:14:00 +02:00
2019-09-03 21:14:00 +02:00
2019-08-11 20:38:18 -07:00
2019-09-03 21:14:00 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:00 +02:00
2019-08-16 16:14:32 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-12 08:30:04 +02:00
2019-09-20 08:23:34 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-21 00:32:16 +00:00
2019-09-10 13:17:10 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:00 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:00 +02:00
2019-09-03 21:14:00 +02:00
2019-09-03 21:14:00 +02:00
2019-07-31 12:25:30 -07:00
2019-09-04 19:09:24 +02:00
2019-08-18 17:14:54 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:00 +02:00
2019-09-04 19:09:24 +02:00
2019-07-31 12:25:30 -07:00
2019-09-19 08:39:09 +02:00
2019-09-24 15:38:20 -07:00
2019-09-03 21:14:00 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-25 00:32:16 +00:00
2019-09-03 21:14:00 +02:00
2019-09-03 21:14:00 +02:00
2019-09-03 21:14:00 +02:00
2019-09-21 22:10:21 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-24 13:53:03 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-26 07:42:46 +02:00
2019-09-03 21:14:00 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 11:35:00 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 11:35:00 -07:00
2019-07-31 12:25:30 -07:00
2019-09-24 15:38:20 -07:00
2019-09-24 15:38:20 -07:00
2019-09-03 11:35:00 -07:00
2019-07-31 12:25:30 -07:00
2019-09-19 14:39:57 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-17 17:53:12 +02:00
2019-09-03 11:35:00 -07:00
2019-09-03 11:35:00 -07:00
2019-09-03 11:35:00 -07:00
2019-08-22 15:09:08 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 11:35:00 -07:00
2019-09-03 11:35:00 -07:00
2019-09-03 11:35:00 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 11:35:00 -07:00
2019-09-21 00:32:16 +00:00
2019-09-03 11:35:00 -07:00
2019-09-04 11:33:29 +02:00
2019-07-31 12:25:30 -07:00
2019-09-24 15:38:20 -07:00
2019-09-17 15:43:13 +02:00
2019-07-31 12:25:30 -07:00
2019-09-21 15:56:40 +02:00
2019-09-24 15:38:20 -07:00
2019-09-16 07:06:21 +02:00
2019-07-31 12:25:30 -07:00
2019-09-26 10:53:31 +02:00
2019-09-03 11:35:00 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-23 00:57:39 +02:00
2019-09-03 11:35:00 -07:00
2019-07-31 12:25:30 -07:00
2019-09-24 15:38:20 -07:00
2019-09-23 13:41:35 -04:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:04:38 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 11:35:00 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 11:35:00 -07:00
2019-09-03 11:35:00 -07:00
2019-09-05 10:11:41 +00:00
2019-09-03 11:35:00 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-23 15:43:48 +02:00
2019-09-03 11:35:00 -07:00
2019-09-07 00:32:45 +00:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 11:35:00 -07:00
2019-09-03 11:35:00 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 16:02:42 -07:00
2019-09-07 09:48:58 +03:00
2019-09-03 11:35:00 -07:00
2019-09-21 21:39:49 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-04 19:09:24 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 11:35:00 -07:00
2019-09-21 00:32:16 +00:00
2019-09-03 11:35:00 -07:00
2019-09-26 11:10:20 +02:00
2019-08-04 19:17:30 +02:00
2019-09-03 11:35:00 -07:00
2019-07-31 12:25:30 -07:00
2019-09-23 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-09-03 11:35:00 -07:00
2019-07-31 12:25:30 -07:00
2019-09-19 14:28:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-07 09:48:58 +03:00
2019-09-04 19:09:24 +02:00
2019-09-18 17:29:34 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 11:35:00 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 11:35:00 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 11:35:00 -07:00
2019-09-19 14:30:25 -07:00
2019-09-03 11:35:00 -07:00
2019-09-05 17:11:48 +02:00
2019-09-03 11:35:00 -07:00
2019-08-16 13:49:28 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 11:35:00 -07:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-09-09 23:41:47 +02:00
2019-09-26 11:24:03 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-05 10:11:41 +00:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-08-02 23:20:06 +02:00
2019-09-03 21:14:39 +02:00
2019-09-24 13:53:03 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-08-11 20:38:18 -07:00
2019-09-04 19:09:24 +02:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-09-24 15:38:20 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-08-11 20:38:18 -07:00
2019-08-16 16:16:46 -07:00
2019-08-23 09:53:33 -07:00
2019-09-03 21:14:39 +02:00
2019-09-19 08:39:09 +02:00
2019-09-22 11:43:41 +02:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-08-28 12:46:02 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-09-22 10:57:11 +03:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-09-20 22:41:46 +02:00
2019-07-31 12:25:30 -07:00
2019-08-17 21:16:13 -07:00
2019-09-04 19:09:24 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 23:13:53 -07:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-09-24 00:32:13 +00:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-08-16 16:16:04 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-26 00:32:13 +00:00
2019-09-21 20:07:53 +02:00
2019-09-19 20:52:15 +02:00
2019-09-07 00:32:45 +00:00
2019-09-03 14:13:44 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-19 14:39:57 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-22 01:22:33 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-09-01 14:10:58 +03:00
2019-09-24 15:38:20 -07:00
2019-08-02 23:20:06 +02:00
2019-07-31 12:25:30 -07:00
2019-09-07 09:48:58 +03:00
2019-08-21 15:54:04 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-04 19:09:24 +02:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-09-03 21:14:39 +02:00
2019-09-26 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-09-07 09:48:58 +03:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:14:39 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-08-23 09:53:33 -07:00
2019-09-19 08:39:09 +02:00
2019-09-03 21:12:51 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:46:17 -07:00
2019-09-03 21:12:51 +02:00
2019-07-31 12:25:30 -07:00
2019-09-24 15:38:20 -07:00
2019-09-03 21:12:51 +02:00
2019-09-07 09:48:58 +03:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:12:51 +02:00
2019-09-23 00:32:13 +00:00
2019-09-06 22:28:31 +02:00
2019-09-04 19:09:24 +02:00
2019-09-04 19:09:24 +02:00
2019-09-24 21:30:48 -07:00
2019-09-24 12:09:16 +02:00
2019-09-03 21:12:51 +02:00
2019-09-16 21:20:48 +02:00
2019-09-03 21:12:51 +02:00
2019-09-03 21:12:51 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-18 08:30:59 +03:00
2019-07-31 12:25:30 -07:00
2019-08-15 06:52:38 -06:00
2019-09-03 21:12:51 +02:00
2019-07-31 12:25:30 -07:00
2019-08-02 23:20:06 +02:00
2019-09-24 13:53:03 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-26 00:32:13 +00:00
2019-09-18 11:11:26 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-24 15:38:20 -07:00
2019-07-31 12:25:30 -07:00
2019-09-26 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-09-22 23:01:32 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:12:51 +02:00
2019-09-26 11:14:57 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:12:51 +02:00
2019-09-03 21:04:38 +02:00
2019-08-23 09:53:33 -07:00
2019-09-09 21:44:00 +02:00
2019-09-26 00:32:13 +00:00
2019-09-03 21:12:51 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-24 15:38:20 -07:00
2019-07-31 12:25:30 -07:00
2019-09-11 16:37:09 +02:00
2019-09-26 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-17 15:43:14 +02:00
2019-07-31 12:25:30 -07:00
2019-08-07 15:28:22 -07:00
2019-09-19 08:39:09 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-02 13:37:11 +02:00
2019-09-03 16:02:42 -07:00
2019-09-24 15:38:20 -07:00
2019-08-12 16:42:12 +02:00
2019-09-03 21:12:51 +02:00
2019-07-31 12:25:30 -07:00
2019-09-26 00:32:13 +00:00
2019-09-17 20:22:39 +02:00
2019-08-23 10:23:19 +02:00
2019-08-16 16:13:02 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 23:20:13 -07:00
2019-09-26 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-09-09 23:46:11 +02:00
2019-09-22 22:06:02 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-17 20:29:46 +02:00
2019-09-03 21:12:51 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:12:51 +02:00
2019-08-11 20:38:18 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:12:51 +02:00
2019-09-12 21:50:24 +02:00
2019-09-03 21:12:51 +02:00
2019-08-23 14:13:06 +02:00
2019-08-30 20:32:38 -05:00
2019-07-31 12:25:30 -07:00
2019-09-24 13:53:03 -07:00
2019-09-24 13:53:03 -07:00
2019-09-22 21:46:32 -06:00
2019-09-21 14:52:46 -04:00
2019-09-24 15:38:20 -07:00
2019-09-03 21:12:51 +02:00
2019-09-26 00:32:13 +00:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:12:51 +02:00
2019-09-03 21:12:51 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:12:51 +02:00
2019-07-31 12:25:30 -07:00
2019-09-20 13:32:41 -06:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 17:06:11 -07:00
2019-09-25 18:04:34 +02:00
2019-09-03 21:15:31 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:15:31 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 14:13:44 +02:00
2019-09-03 21:15:31 +02:00
2019-09-03 21:15:31 +02:00
2019-09-24 21:28:50 -07:00
2019-07-31 12:25:30 -07:00
2019-09-18 14:47:42 -07:00
2019-09-03 21:15:31 +02:00
2019-07-31 12:25:30 -07:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:15:31 +02:00
2019-09-03 21:15:31 +02:00
2019-07-31 12:25:30 -07:00
2019-09-03 21:15:31 +02:00
2019-07-31 12:25:30 -07:00
2019-08-23 09:53:33 -07:00
2019-09-03 21:15:31 +02:00
2019-09-26 00:32:13 +00:00
2019-09-03 10:18:08 +02:00
2019-09-24 15:38:20 -07:00
2019-09-03 21:15:31 +02:00
2019-08-28 12:46:02 -07:00
2019-09-03 21:15:31 +02:00
2019-09-24 15:38:20 -07:00
2019-08-11 20:38:18 -07:00