Results 18 issues of Pawel

Hi, I have Xiaomi Bedside lamp and your library after set colour is always returning "temperature 0". If I set temp by app it returns proper light temp, at least...

Hi, On first load I get such error in Chrome: ``` a.draw is not a function ``` There is warning in console: ``` Attempting to load version '49' of Google...

There is breaking change in total hits so now graphql generates error: ``` Int cannot represent non-integer value: { value: 1364, relation: \"eq\" }" ``` I think this should be...

Hi, Since February I think I lost ability to control most detection in my NVR. Could you help me what is wrong? As far as I'm aware I didn't change...

## Version of the custom_component Version 0.9.40 ## Configuration ```yaml Error sending photo: Image_process_failed. Args: (), kwargs: {'chat_id': 839230461, 'photo': , 'caption': 'Auto', 'disable_notification': False, 'reply_markup': None, 'timeout': None, 'parse_mode':...

Hello @pszafer . I have buderus gb-072 with Logamatic TC100 regulator. I have external water tank. From application, I'm able to choose 3 options: Switch off, Auto, On. Auto means...

Currently checking if column is exportable is done like that ```javascript const canExport = accessor ? getFirstDefined( column.disableExport === true ? false : undefined, disableExport === true ? false :...

Hi, With every update of sensors EspAltherma goes offline in MQTT. I see that it sends LWT Offline, then after 6 seconds it goes back Online. Ping to device is...

Hello, Do you think it is possible to recompile Samba for Synology to work with CTDB database. And also to compile CTDB for Synology? :) As Syncthing working on Synology...

request

Hi, I basically copied code from this example: https://github.com/asyarb/react-use-googlelogin/blob/34f5b437a36d694859e113a4305b37a76f86bd91/examples/ssr-nextjs/src/components/GoogleAuthProvider.tsx#L93 ``` const fetchWithRefresh: ContextValue['fetchWithRefresh'] = async ( input, init ) => { let tokenId = googleUser.tokenId const shouldRefreshToken = googleUser.expiresAt -...