Mindaugas Milius
Mindaugas Milius
Is Xiaomi 3C Air purifier supported? If so, then it could be added to readme file in supported device list
By selecting timezone: '(UTC+01:00) Berlin' => 'Europe/Berlin', Select form Timezone::selectForm(old('timezone', $user->timezone) displays this one: '(UTC+01:00) Bern' => 'Europe/Berlin',
For example if timezone Europe/Berlin fir Berlin selected, then we will see at form Bern selected. ``` (UTC+01:00) Berlin (UTC+01:00) Bern ``` Using `{!! Timezone::selectForm(old('timezone', $user->timezone), 'Select Timezone', array('class' =>...