테너토너170 [leetcode] 9. Palindrome Number Given an integer x, return true if x is palindrome integer. An integer is a palindrome when it reads the same backward as forward. For example, 121 is palindrome while 123 is not. Example 1: Input: x = 121 Output: true Example 2: Input: x = -121 Output: false Explanation: From left to right, it reads -121. From right to left, it becomes 121-. Therefore it is not a palindrome. Example 3: Input: x.. 2021. 1. 15. [leetcode] 7. Reverse Integer Given a signed 32-bit integer x, return x with its digits reversed. If reversing x causes the value to go outside the signed 32-bit integer range [-231, 231 - 1], then return 0. Assume the environment does not allow you to store 64-bit integers (signed or unsigned). Example 1: Input: x = 123 Output: 321 Example 2: Input: x = -123 Output: -321 Example 3: Input: x = 120 Output: 21 Example 4: Input.. 2021. 1. 15. Home Assistant HACS에 SmartIR로 냉난방기 리모컨 등록하기 모든 준비가 다 되었다. 난 Broadlink RM Pro라는 제품으로 우선 IR 리모컨 신호를 쏠 것이다. TV, 에어컨 등 대부분 리모컨이 IR 리모컨, Infra Red, 적외선 리모컨이다. RM Pro의 장점은 RF, Radio Frequency 도 쏠 수 있다. 443 MHz가 주였던 것 같다. 434였나? anyway, 난 broadlink 어플에 rm pro를 등록한 상태이다. SmartIR 관련해서 여기서 확인할 수 있다. github.com/smartHomeHub/SmartIR smartHomeHub/SmartIR Integration for Home Assistant to control climate, TV and fan devices via IR/RF controllers (Broad.. 2020. 12. 5. Home Assistant HACS 설치방법 1. 사전 준비 내용. 할 줄 모르겠거든 하지 말라고 안내하고 있다. 2. 최신 HACS 파일 다운로드하기 github.com/hacs/integration/releases/tag/1.6.2 3. 압축을 풀면 아래와 같다. 4. Home assistant가 설치되어 있는 곳에 가서 configuration.yaml이 있는 곳에 custom_components 폴더를 만들자. 5. 압축 풀었던 hacs 폴더를 custom_components 안에 복사한다. 6. 그리고 home assistant를 재부팅한다. 7. Configuration 설정을 해야 하는데 우선 아래 링크에 가서 Github에서 Personal Access Token을 발급받자. [홈오토메이션] GitHub Personal Access .. 2020. 12. 4. 이전 1 ··· 9 10 11 12 13 14 15 ··· 43 다음 반응형